From 2722426059cd168609260553788a57821b9cff17 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Tue, 14 Apr 2015 06:35:48 +1000 Subject: [PATCH] Bump acceptable documentation coverage --- tests/src/python/test_qgsdoccoverage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/python/test_qgsdoccoverage.py b/tests/src/python/test_qgsdoccoverage.py index 3070d77c86de..547b175f6895 100644 --- a/tests/src/python/test_qgsdoccoverage.py +++ b/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):