[New-bugs-announce] [issue29582] Add Python coverage make target(s)

Zachary Ware report at bugs.python.org
Thu Feb 16 14:45:02 EST 2017


New submission from Zachary Ware:

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".

----------
components: Build
messages: 287968
nosy: barry, zach.ware
priority: normal
severity: normal
stage: needs patch
status: open
title: Add Python coverage make target(s)
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29582>
_______________________________________


More information about the New-bugs-announce mailing list