reportgenerator Questions
5
Solved
I'm a noob to using both OpenCover and ReportGenerator and I'm struggling a bit in understanding how to get them working. I'm using VS.NET 2012 'Professional' which means I don't have access to the...
Fahrenheit asked 16/5, 2013 at 15:23
1
How can I exclude a method from code coverage reporting using coverlet and reportgenerator. Excluding entire namespaces in .runsettings works as expected but using [ExcludeFromCodeCoverage] attribu...
Urbanism asked 3/6, 2020 at 1:5
1
Solved
I have a build in VSTS, as follows:
You can see from the screen shot there's a test step to "Test and generate code coverage". It uses this command:
/p:CollectCoverage=true /p:CoverletOutputF...
Greg asked 29/8, 2018 at 14:27
1
Solved
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, class...
Seineetmarne asked 17/9, 2012 at 20:1
2
Solved
I'm trying to integrate OpenCover with CruiseControl.NET. At this point I've modified by build system so it runs my nunit tests under OpenCover. I then generate Xml and Html reports from those usin...
Geis asked 9/11, 2011 at 19:23
1
© 2022 - 2024 — McMap. All rights reserved.