Created
August 17, 2020 17:02
-
-
Save bronumski/4255a781ce158f448f6ac68ed8195c8b to your computer and use it in GitHub Desktop.
Run dotcover command line against .net core test
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
# 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