Created
July 2, 2019 13:48
-
-
Save krishnaanaril/e2912ff2a5b999db6a21e7511cace49c to your computer and use it in GitHub Desktop.
Dotnet core test command to generate the code coverage report.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dotnet test <Path to *.csproj file> --results-directory:<Test Result directory> --collect:"Code Coverage" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment