Only coverage for test classes in opencover
问题 I have a problem to get the coverage from my classes with opencover. I have a Viewer.dll with the main classes and a Viewer_Test.dll with the tests for the viewer. After executing the commands all tests run as expected. OpenCover.Console.exe -register:user -target:"$(nunitpath)/nunit-console-x86.exe" -targetargs:"/noshadow Viewer_Tests.dll /domain:single" -filter:+[*]* -output:coverage.xml ReportGenerator.exe coverage.xml "coveragereport" html If I look in the generated report I find only the