Bill Hoffman
|
c806b23cfe
|
CDash now supports lots of files in coverage. So, show all files.
Prior to this commit the mumps coverage only showed files that
had at least one line of coverage. Now 0% covered files are shown
as well.
|
2012-05-11 15:22:25 -04:00 |
Bill Hoffman
|
0a169e628b
|
Remove uncovered files from cache coverage data.
Cache coverage data currently contains files with 0 coverage
on each line. This change will remove those files from the coverage
sent to CDash.
|
2012-05-02 17:23:01 -04:00 |
Bill Hoffman
|
f5c5db0753
|
Fix some warnings and a bug where it went past the length of a vector.
Fix a kwstyle warning and an unused variable warning. Also fix a case
where it could crash because a vector was referenced passed its
end.
|
2012-05-01 17:32:23 -04:00 |
Bill Hoffman
|
7955e995ec
|
Add support for Cache coverage.
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.
|
2012-05-01 17:00:43 -04:00 |