You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments