summaryrefslogtreecommitdiff
path: root/igor.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-25 17:38:49 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-25 17:38:49 -0400
commita5444ff5e0268a86571b5cdbc609a8d7d1aeac5f (patch)
tree8e843df720c0b6ea81da3b2e5f699b47b6e7a2a1 /igor.py
parenta7acd74eabe3a0764c50bba7eb1f1dd5acef46c7 (diff)
downloadpython-coveragepy-git-a5444ff5e0268a86571b5cdbc609a8d7d1aeac5f.tar.gz
I wanted to combine after each platform run.
Diffstat (limited to 'igor.py')
-rw-r--r--igor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/igor.py b/igor.py
index 54d39d79..85b627a2 100644
--- a/igor.py
+++ b/igor.py
@@ -160,7 +160,7 @@ def run_tests_with_coverage(tracer, *nose_args):
cov.stop()
os.remove(pth_path)
- #cov.combine()
+ cov.combine()
cov.save()