Skip to content

Instantly share code, notes, and snippets.

@krishnaanaril
Created July 2, 2019 13:48
Show Gist options
  • Save krishnaanaril/e2912ff2a5b999db6a21e7511cace49c to your computer and use it in GitHub Desktop.
Save krishnaanaril/e2912ff2a5b999db6a21e7511cace49c to your computer and use it in GitHub Desktop.
Dotnet core test command to generate the code coverage report.
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