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
Originally reported bymeejah (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.
It's simple enough to make the command fail, by making Coverage.combine() raise an exception, but the nose coverage plugin calls combine early on, and it will stop working if I do this.
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.
The text was updated successfully, but these errors were encountered: