Skip to content

Commit 710b9d2

Browse files
committedDec 13, 2015
Drop test thresholds
1 parent 2982082 commit 710b9d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎tests/src/python/test_qgsdoccoverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# DON'T RAISE THIS THRESHOLD!!!
2828
# (changes which lower this threshold are welcomed though!)
2929

30-
ACCEPTABLE_MISSING_DOCS = 3873
30+
ACCEPTABLE_MISSING_DOCS = 3853
3131

3232

3333
class TestQgsDocCoverage(TestCase):

‎tests/src/python/test_qgssipcoverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# (changes which lower this threshold are welcomed though!)
3939

4040
ACCEPTABLE_MISSING_CLASSES = 80
41-
ACCEPTABLE_MISSING_MEMBERS = 266
41+
ACCEPTABLE_MISSING_MEMBERS = 264
4242

4343

4444
class TestQgsSipCoverage(TestCase):

0 commit comments

Comments
 (0)
Please sign in to comment.