This repository was archived by the owner on May 21, 2025. It is now read-only.
Commit ed2482b
committed
coverage combine does not delete .coverage file if present
Previously coverage combine was not appending data to a `.coverage`
file, if that was present, but was instead deleting it.
Now we call `coverage combine -a` if we find `.coverage*` files.
This appends data to an existing `.coverage` file, or otherwise
creates a new one.1 parent c30509b commit ed2482b
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
657 | 657 | | |
658 | 658 | | |
659 | 659 | | |
660 | | - | |
661 | | - | |
662 | | - | |
663 | | - | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
664 | 666 | | |
| 667 | + | |
665 | 668 | | |
666 | 669 | | |
667 | 670 | | |
| |||
0 commit comments