Skip to content

Commit

Permalink
Drop SIP/documentation test thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 18, 2015
1 parent 5019fe2 commit e0bedc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsdoccoverage.py
Expand Up @@ -27,7 +27,7 @@
# DON'T RAISE THIS THRESHOLD!!!
# (changes which lower this threshold are welcomed though!)

ACCEPTABLE_MISSING_DOCS = 3924
ACCEPTABLE_MISSING_DOCS = 3907


class TestQgsDocCoverage(TestCase):
Expand Down
2 changes: 1 addition & 1 deletion tests/src/python/test_qgssipcoverage.py
Expand Up @@ -38,7 +38,7 @@
# (changes which lower this threshold are welcomed though!)

ACCEPTABLE_MISSING_CLASSES = 85
ACCEPTABLE_MISSING_MEMBERS = 271
ACCEPTABLE_MISSING_MEMBERS = 267


class TestQgsSipCoverage(TestCase):
Expand Down

0 comments on commit e0bedc2

Please sign in to comment.