Tagged Questions
0
votes
1answer
19 views
What does Total lines constitute in ReportGenerator?
I'm using the opensource tool ReportGenerator to show the details of the XML output generated from using OpenCover and mstest. For one particular project I see the following metrics:
Covered Lines: ...
1
vote
1answer
323 views
How to exclude classes from an OpenCover report
In generating coverage reports with OpenCover (and then generating an HTML report with ReportGenerator) for an MSTest suite, I am trying to exclude framework generated classes. In particular, classes ...