I want to do code-coverage with Ned Batchelder's coverage.py and junit-xml at the same time
[email protected] Tue, 23 Feb 2010 20:13:17 -0000
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from zooko <[email protected]>: The subunit reporter can product junit-xml, and the trialcoverage reporter http://allmydata.org/trac/trialcoverage/browser could produce code coverage using coverage.py (note the packaging of that plugin might be incomplete because I gave up on it, but the actual code works in the Tahoe-LAFS codebase http://allmydata.org/trac/tahoe-lafs/changeset/4226 ). But, both of those need to be the reporter to work. How can I have both? ---------- Type : enhancement Component: trial Keywords : Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/4308