Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CTest: Rename coverage implementation for "Python" to "Cobertura" | Joseph Snyder | 2014-06-04 | 1 | -48/+0 |
| | | | | | | The coverage.py tool writes out an XML that conforms to the Cobertura Coverage tool standard. Rename the cmParsePythonCoverage files to instead be cmParseCoberturaCoverage. | ||||
* | Adding support for the Python coverage.py tool. | Patrick Reynolds | 2013-10-08 | 1 | -0/+48 |
This assumes that coverage.py has been run in such a way to produce its standard XML output. This uses the Cobertura schema and should be somewhat generalizable. |