Last active
July 4, 2019 13:53
-
-
Save krishnaanaril/8892aa19a853cf307a9866bcb40b6458 to your computer and use it in GitHub Desktop.
Generate .coveragexml from .coverage file
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
<UserProfile>\.nuget\packages\microsoft.codecoverage\<version>\build\netstandard1.0\CodeCoverage\CodeCoverage.exe analyze /output:<xml file name with Path>.coveragexml <path to coverage file> | |
# Eg: C:\Users\krishnamohan\.nuget\packages\microsoft.codecoverage\15.9.0\build\netstandard1.0\CodeCoverage\CodeCoverage.exe analyze /output:d:\MyTestOutput.coveragexml d:\SomeName.coverage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment