Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Bump acceptable documentation coverage
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
tests/src/python/test_qgsdoccoverage.py
|
@@ -32,7 +32,7 @@ |
|
|
# DON'T LOWER THIS THRESHOLD UNLESS MEMBERS HAVE BEEN REMOVED FROM THE API |
|
|
# (changes which raise this threshold are welcomed though!) |
|
|
|
|
|
ACCEPTABLE_COVERAGE = 52.673 |
|
|
ACCEPTABLE_COVERAGE = 53.66 |
|
|
|
|
|
|
|
|
def elemIsDocumentableClass(elem): |
|
|