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 5c9873c commit ebaa26fCopy full SHA for ebaa26f
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 = 4001
+ACCEPTABLE_MISSING_DOCS = 3933
31
32
33
class TestQgsDocCoverage(TestCase):
tests/src/python/test_qgssipcoverage.py
@@ -37,8 +37,8 @@
37
38
39
40
-ACCEPTABLE_MISSING_CLASSES = 196
41
-ACCEPTABLE_MISSING_MEMBERS = 527
+ACCEPTABLE_MISSING_CLASSES = 85
+ACCEPTABLE_MISSING_MEMBERS = 271
42
43
44
class TestQgsSipCoverage(TestCase):
0 commit comments