diff --git a/tests/src/python/test_qgsdoccoverage.py b/tests/src/python/test_qgsdoccoverage.py index fba24fbd3446..ab25c57ea291 100644 --- a/tests/src/python/test_qgsdoccoverage.py +++ b/tests/src/python/test_qgsdoccoverage.py @@ -27,7 +27,7 @@ # DON'T RAISE THIS THRESHOLD!!! # (changes which lower this threshold are welcomed though!) -ACCEPTABLE_MISSING_DOCS = 3873 +ACCEPTABLE_MISSING_DOCS = 3853 class TestQgsDocCoverage(TestCase): diff --git a/tests/src/python/test_qgssipcoverage.py b/tests/src/python/test_qgssipcoverage.py index b3fd88a2fe92..e59c222b23ba 100644 --- a/tests/src/python/test_qgssipcoverage.py +++ b/tests/src/python/test_qgssipcoverage.py @@ -38,7 +38,7 @@ # (changes which lower this threshold are welcomed though!) ACCEPTABLE_MISSING_CLASSES = 80 -ACCEPTABLE_MISSING_MEMBERS = 266 +ACCEPTABLE_MISSING_MEMBERS = 264 class TestQgsSipCoverage(TestCase):