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
commit2e932f3a18e49dbd334b3c47af47c99c82917198 (patch)
tree6144265344175291f028265ee4cfc6b90813f53d /igor.py
parent2a008eaee636cdd03202e9def9005743c4bdad1b (diff)
downloadpython-coveragepy-2e932f3a18e49dbd334b3c47af47c99c82917198.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 54d39d7..85b627a 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()