-
-
Notifications
You must be signed in to change notification settings - Fork 478
"coverage combine" should error if no coverage #412
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Originally reported by meejah (Bitbucket: meejah, GitHub: meejah)
If you run "coverage combine" and there is no .coverage file (or .coverage.* files) it will run without error and produce a .coverage that is "empty" (i.e. has the comment and then an empty dict).
It seems more intuitive that it should be an error to try and combine nothing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request