Open
Description
I removed some unit tests from the main branch locally and then I generate a coverage report with
dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:CoverletOutput=./maincov.xml
after that I ran this command on windows cmd
diff-cover maincov.xml --html-report diff-coverage.html
but this message appeared
No lines with coverage information in this diff.
I checked the XML file generated by dotnet test and it detects not covered classes properly.
what is wrong in my process?
Metadata
Metadata
Assignees
Labels
No labels