This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add Python coverage make target(s)
Type: enhancement Stage: needs patch
Components: Build Versions: Python 3.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: barry, zach.ware
Priority: normal Keywords:

Created on 2017-02-16 19:45 by zach.ware, last changed 2022-04-11 14:58 by admin.

Messages (2)
msg287968 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2017-02-16 19:45
Inspired by Barry's post to core-workflow, I'd like to suggest renaming the current "coverage" target to "ccoverage", adding a "pycoverage" target that does what .travis.yml currently does for coverage (minus uploading to codecov), and a "fullcoverage" target that does both "ccoverage" and "pycoverage".
msg287969 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2017-02-16 19:56
+1

Probably ought to reconfigure .travis.yml to use the new targets too, if possible.
History
Date User Action Args
2022-04-11 14:58:43adminsetgithub: 73768
2017-02-16 19:56:34barrysetmessages: + msg287969
2017-02-16 19:45:02zach.warecreate