summaryrefslogtreecommitdiff
path: root/igor.py
diff options
context:
space:
mode:
Diffstat (limited to 'igor.py')
-rw-r--r--igor.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/igor.py b/igor.py
index 6f1bd997..a21fb39b 100644
--- a/igor.py
+++ b/igor.py
@@ -205,9 +205,7 @@ def run_tests_with_coverage(tracer, *runner_args):
cov.stop()
os.remove(pth_path)
- cov.combine()
cov.save()
-
return status