Skip to content

"coverage combine" should error if no coverage #412

@nedbat

Description

@nedbat

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.


Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions