summaryrefslogtreecommitdiff
path: root/metacov.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-07-23 07:35:28 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-07-23 07:35:28 -0400
commitddb83b43a2794b47b60ab5956297df0cc45d22a5 (patch)
tree183ecc34cd985d7ed6107d0a02034b623ade59b2 /metacov.ini
parent73dbce509755c4c379183df6f6c36fb12bec862e (diff)
downloadpython-coveragepy-ddb83b43a2794b47b60ab5956297df0cc45d22a5.tar.gz
Make sure env.TESTING is true during meta-coverage.
Diffstat (limited to 'metacov.ini')
-rw-r--r--metacov.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/metacov.ini b/metacov.ini
index b7573a1..061b788 100644
--- a/metacov.ini
+++ b/metacov.ini
@@ -20,6 +20,7 @@ exclude_lines =
partial_branches =
# pragma: part covered
+ if env.TESTING:
ignore_errors = true
precision = 1