summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmParseCacheCoverage.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove uncovered files from cache coverage data.Bill Hoffman2012-05-021-0/+2
| | | | | | Cache coverage data currently contains files with 0 coverage on each line. This change will remove those files from the coverage sent to CDash.
* Add support for Cache coverage.Bill Hoffman2012-05-011-0/+40
This adds support for Cache coverage parsing. A test is added that does a basic run of the coverage on a small bit of data.