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.

Author zach.ware
Recipients barry, zach.ware
Date 2017-02-16.19:45:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487274302.16.0.894945109017.issue29582@psf.upfronthosting.co.za>
In-reply-to
Content
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".
History
Date User Action Args
2017-02-16 19:45:02zach.waresetrecipients: + zach.ware, barry
2017-02-16 19:45:02zach.waresetmessageid: <1487274302.16.0.894945109017.issue29582@psf.upfronthosting.co.za>
2017-02-16 19:45:02zach.warelinkissue29582 messages
2017-02-16 19:45:02zach.warecreate