Skip to content

Command ‘coverage’ is too broad for a Python-specific tool #272

@nedbat

Description

@nedbat

Originally reported by Ben Finney (Bitbucket: bignose, GitHub: bignose)


The entry point name ‘coverage’ is an over-broad name for a Python-specific code coverage tool. At the least, it assumes that the programmer will not be wanting code coverage testing of any language other than Python.

This request is to migrate the entry points to install a ‘python-coverage’ command primarily. There would be a need to continue supporting ‘coverage’ as a command name for existing users, but that should be deprecated over time.


Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions