Skip to content

Instantly share code, notes, and snippets.

@bronumski
Created August 17, 2020 17:02
Show Gist options
  • Save bronumski/4255a781ce158f448f6ac68ed8195c8b to your computer and use it in GitHub Desktop.
Save bronumski/4255a781ce158f448f6ac68ed8195c8b to your computer and use it in GitHub Desktop.
Run dotcover command line against .net core test
# Mac
../dotcover/dotCover.sh cover --output=./bin/<project coverage>.html --reportType=HTML --TargetExecutable=/usr/local/share/dotnet/dotnet -- test ./<project>/<project>.UnitTests/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment