summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()