dotnet-core-xunit-example icon indicating copy to clipboard operation
dotnet-core-xunit-example copied to clipboard

How to launch the tests coverage?

Open jrichardsz opened this issue 4 years ago • 0 comments

Tests are easy to run through visual (right click, run test) but how Can I launch the coverage execution and get an html report?

In java frameworks, just mvn clean package run test, coverage and creates an html report.

Thanks

jrichardsz avatar Oct 05 '21 14:10 jrichardsz