trying to launch an open cover as shown below
opencover.console.exe -target: "C: \ Users \ rkapiset \ Downloads \ xunit-1.8 \ xunit.console.clr4.x86.exe" -targetargs: "" E: \ Office \ CRM \ dotnet \ 1 - UI \ EYC.CRM.UI.Tests \ bin \ Debug \ EYC.CRM.UI.Tests.dll "" filter: + [EYC] * -output: coverage.xml
below is the result
61 total, 3 failed, 0 skipped, took 1,674 seconds
Visited classes 0 of 0 (NaN)
Visited methods 0 of 0 (NaN)
Visited points 0 of 0 (NaN)
Invisible classes
Invisible methods
Any clues where I'm wrong? thanks in advance.
source
share