summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-11-07 16:20:38 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-11-08 06:36:47 -0500
commitb40e3c89d264c021a29db90dcfd3ab58f3f8ab0e (patch)
tree1369b939907f00ba739faedf9e75c17f0b07faae
parent09bc2d6ab0f951c58546dab234edeaa9de7d4c44 (diff)
downloadpython-coveragepy-git-b40e3c89d264c021a29db90dcfd3ab58f3f8ab0e.tar.gz
test: no need to combine during each test run, do it at the end
-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