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 b23ddfe commit c854d05Copy full SHA for c854d05
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 = 3907
+ACCEPTABLE_MISSING_DOCS = 3873
31
32
33
class TestQgsDocCoverage(TestCase):
tests/src/python/test_qgssipcoverage.py
@@ -37,8 +37,8 @@
37
38
39
40
-ACCEPTABLE_MISSING_CLASSES = 85
41
-ACCEPTABLE_MISSING_MEMBERS = 267
+ACCEPTABLE_MISSING_CLASSES = 80
+ACCEPTABLE_MISSING_MEMBERS = 266
42
43
44
class TestQgsSipCoverage(TestCase):
0 commit comments