Skip to content

Commit e0bedc2

Browse files
committed
Drop SIP/documentation test thresholds
1 parent 5019fe2 commit e0bedc2

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 = 3924
30+
ACCEPTABLE_MISSING_DOCS = 3907
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 = 85
41-
ACCEPTABLE_MISSING_MEMBERS = 271
41+
ACCEPTABLE_MISSING_MEMBERS = 267
4242

4343

4444
class TestQgsSipCoverage(TestCase):

0 commit comments

Comments
 (0)