| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Cache coverage data currently contains files with 0 coverage
on each line. This change will remove those files from the coverage
sent to CDash.
|
|
|
|
|
|
| |
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.
|
|
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.
|