OpenCover is a code coverage tool for .NET and currently supports .NET 2, 3 and 4
I'm a noob to using both OpenCover and ReportGenerator and I'm struggling a bit in understanding how to get them …
.net unit-testing nuget-package opencover reportgeneratorHow can I add filters to skip some of the classes in a namespace/assembly. For example: SYM.UI is …
code-coverage opencovertrying to run the open cover as below opencover.console.exe -target:"C:\Users\rkapiset\Downloads\xunit-1.8\xunit.console.clr4.…
code-coverage opencoverIn generating coverage reports with OpenCover (and then generating an HTML report with ReportGenerator) for an MSTest suite, I am …
c# unit-testing mstest opencover reportgeneratorI'm currently changing things to our Sonar setup since Gallio isn't supported anymore by C# Ecosystem 3. I already successfully imported …
c# unit-testing sonarqube opencoverI am trying to combine three unit testing projects (three different dlls) into one OpenCover report. Is it possible? I …
code-coverage opencover