Skip to content

Commit b40e3c8

Browse files
committed
test: no need to combine during each test run, do it at the end
1 parent 09bc2d6 commit b40e3c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

igor.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,7 @@ def run_tests_with_coverage(tracer, *runner_args):
205205
cov.stop()
206206
os.remove(pth_path)
207207

208-
cov.combine()
209208
cov.save()
210-
211209
return status
212210

213211

0 commit comments

Comments
 (0)