Skip to content

Commit 1cd47aa

Browse files
committed
fix: implicit combine-during-report now removes the combined data files
1 parent 2d99fd7 commit 1cd47aa

2 files changed

Lines changed: 65 additions & 65 deletions

File tree

coverage/cmdline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ def command_line(self, argv: list[str]) -> int:
874874
sys.path.insert(0, "")
875875

876876
self.coverage.load()
877-
self.coverage.combine(strict=False, keep=True)
877+
self.coverage.combine(strict=False, keep=False)
878878

879879
total = None
880880
if options.action == "report":

0 commit comments

Comments
 (0)