Skip to content

Commit c854d05

Browse files
committedDec 10, 2015
Update doc and sip coverage test thresholds
1 parent b23ddfe commit c854d05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 = 3907
30+
ACCEPTABLE_MISSING_DOCS = 3873
3131

3232

3333
class TestQgsDocCoverage(TestCase):

‎tests/src/python/test_qgssipcoverage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
# DON'T RAISE THIS THRESHOLD!!!
3838
# (changes which lower this threshold are welcomed though!)
3939

40-
ACCEPTABLE_MISSING_CLASSES = 85
41-
ACCEPTABLE_MISSING_MEMBERS = 267
40+
ACCEPTABLE_MISSING_CLASSES = 80
41+
ACCEPTABLE_MISSING_MEMBERS = 266
4242

4343

4444
class TestQgsSipCoverage(TestCase):

0 commit comments

Comments
 (0)
Failed to load comments.