-
-
Notifications
You must be signed in to change notification settings - Fork 478
Refer consistently to project as “Coverage” #275
Copy link
Copy link
Closed
Labels
Description
Originally reported by Ben Finney (Bitbucket: bignose, GitHub: bignose)
The documentation, messages, and comments have numerous inconsistent names for the Coverage system and project. I recommend to change all references to the project and system to use the name “Coverage”.
The names “coverage.py” and “Coverage.py” are obsolete – the code is not in a single file – and confusing, since ‘coverage.py’ strongly connotes a single module file.
The attached patch changes all references to the system and project to “Coverage”, which leaving unchanged the references to the commands, modules, and terminology.
- Bitbucket: https://bitbucket.org/ned/coveragepy/issue/275
- This issue had attachments: coveragepy.project-name.r1595.diff. See the original issue for details.
Reactions are currently unavailable