coverlet-coverage / coverlet

Cross platform code coverage for .NET
MIT License
2.97k stars 386 forks source link

If some test case are failing then code coverage report is not generating #1157

Closed sbambrule closed 2 months ago

sbambrule commented 3 years ago

if some xunit test case are failing then opencover code coverage report is not generating in Linux Docker

coverlet.msbuild version 3.0.3 coverlet.collector version 3.0.3 .Net core 2.2

command: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover

dotnet test --collect:"XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=json,cobertura,lcov,teamcity,opencover

MarcoRossignoli commented 3 years ago

in Linux Docker

Does it work on your local or it happens only on docker?

sbambrule commented 3 years ago

Command is not working in Docker Linux image

pavel-usachev commented 3 years ago

Is it the same question as #287?

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 3 months with no activity.

github-actions[bot] commented 2 months ago

This issue was closed because it has been inactive for 9 months since being marked as stale.