Skip to content

Commit

Permalink
Drop missing documentation/sip thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 10, 2015
1 parent 5c9873c commit ebaa26f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsdoccoverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# DON'T RAISE THIS THRESHOLD!!!
# (changes which lower this threshold are welcomed though!)

ACCEPTABLE_MISSING_DOCS = 4001
ACCEPTABLE_MISSING_DOCS = 3933


class TestQgsDocCoverage(TestCase):
Expand Down
4 changes: 2 additions & 2 deletions tests/src/python/test_qgssipcoverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
# DON'T RAISE THIS THRESHOLD!!!
# (changes which lower this threshold are welcomed though!)

ACCEPTABLE_MISSING_CLASSES = 196
ACCEPTABLE_MISSING_MEMBERS = 527
ACCEPTABLE_MISSING_CLASSES = 85
ACCEPTABLE_MISSING_MEMBERS = 271


class TestQgsSipCoverage(TestCase):
Expand Down

0 comments on commit ebaa26f

Please sign in to comment.