dotnet-core-xunit-example
dotnet-core-xunit-example copied to clipboard
How to launch the tests coverage?
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