We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2982082 commit 710b9d2Copy full SHA for 710b9d2
tests/src/python/test_qgsdoccoverage.py
@@ -27,7 +27,7 @@
27
# DON'T RAISE THIS THRESHOLD!!!
28
# (changes which lower this threshold are welcomed though!)
29
30
-ACCEPTABLE_MISSING_DOCS = 3873
+ACCEPTABLE_MISSING_DOCS = 3853
31
32
33
class TestQgsDocCoverage(TestCase):
tests/src/python/test_qgssipcoverage.py
@@ -38,7 +38,7 @@
38
39
40
ACCEPTABLE_MISSING_CLASSES = 80
41
-ACCEPTABLE_MISSING_MEMBERS = 266
+ACCEPTABLE_MISSING_MEMBERS = 264
42
43
44
class TestQgsSipCoverage(TestCase):
0 commit comments