-
Notifications
You must be signed in to change notification settings - Fork 392
Closed
Labels
needs more infoMore details are neededMore details are needed
Description
We use coverlet with all our .NET Core projects(APIs, Libraries) and it works just fine for us.
Recently we have created one .NET Standard library and I have added .NET Core 2.2 xUnit test project in it with 2 tests. We have added coverlet.msbuild 2.5.1 nuget package to calculate the code coverage -
dotnet test -c Release --logger TRX /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=TestResults
It runs the tests, all tests are passing but the code coverage is showing as empty with average "infinity". It is not even identifying module name. Please refer attached notepad file for sample output.
What's going wrong here?
Sample output.txt
Metadata
Metadata
Assignees
Labels
needs more infoMore details are neededMore details are needed