barisates/dotnet-core-xunit-example

How to launch the tests coverage?

Opened this issue · 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