Skip to content

Instantly share code, notes, and snippets.

@krishnaanaril
Last active July 4, 2019 13:53
Show Gist options
  • Save krishnaanaril/8892aa19a853cf307a9866bcb40b6458 to your computer and use it in GitHub Desktop.
Save krishnaanaril/8892aa19a853cf307a9866bcb40b6458 to your computer and use it in GitHub Desktop.
Generate .coveragexml from .coverage file
<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