I am working on the code coverage for my application.I am able to see the code coverage results from VS 2017(DotCover). But when i try to do the same from command line, the output file gets generated and it is showing empty results. Below is the command i have tried:
C:\Users\Administrator\AppData\Local\JetBrains\Installations\dotCover08\dotCover.exe cover /TargetExecutable=C:PATH\nunit3-console.exe /TargetArguments=C:\PATH\bin\Release\Poject.UnitTest.dll /Output=AppCoverageReport.dcvr /LogFile=Log.txt
In the log, it says "Coverage analysis: Instrumentation was requested, but wasn't made".
Please help to resolve it.