cosmic-ray icon indicating copy to clipboard operation
cosmic-ray copied to clipboard

Produce standard coverage reports

Open rob-smallshire opened this issue 7 years ago • 0 comments

We could produce standard coverage reports such as those produced by coverage.py, which can already be consumed by downstream tools such as PyCharm.

Essentially, if a line contains mutation points which result in surviving mutations that line is not covered by the tests. If a line does not produce surviving mutants it is adequately covered.

Just a idea to leverage existing coverage tooling.

rob-smallshire avatar Jan 29 '18 11:01 rob-smallshire