-
-
Notifications
You must be signed in to change notification settings - Fork 448
Closed
Labels
Description
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.
- Bitbucket: https://bitbucket.org/ned/coveragepy/issue/272
- This issue had attachments: coveragepy.python-coverage.1596.diff, coveragepy.python-coverage.r1598.diff. See the original issue for details.
Zeckie