Skip to content

Commit ac22e9b

Browse files
committedJan 22, 2016
Dropped threshold too far, fix Travis build
1 parent 6b192c2 commit ac22e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/python/test_qgsdoccoverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# DON'T RAISE THIS THRESHOLD!!!
2828
# (changes which lower this threshold are welcomed though!)
2929

30-
ACCEPTABLE_MISSING_DOCS = 3749
30+
ACCEPTABLE_MISSING_DOCS = 3751
3131

3232

3333
class TestQgsDocCoverage(TestCase):

0 commit comments

Comments
 (0)
Please sign in to comment.