summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmParsePythonCoverage.h
Commit message (Collapse)AuthorAgeFilesLines
* CTest: Rename coverage implementation for "Python" to "Cobertura"Joseph Snyder2014-06-041-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 Reynolds2013-10-081-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.