Skip to content

Commit ebaa26f

Browse files
committedNov 10, 2015
Drop missing documentation/sip thresholds
1 parent 5c9873c commit ebaa26f

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 = 4001
30+
ACCEPTABLE_MISSING_DOCS = 3933
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 = 196
41-
ACCEPTABLE_MISSING_MEMBERS = 527
40+
ACCEPTABLE_MISSING_CLASSES = 85
41+
ACCEPTABLE_MISSING_MEMBERS = 271
4242

4343

4444
class TestQgsSipCoverage(TestCase):

0 commit comments

Comments
 (0)
Please sign in to comment.