In order to import a coverage file to SonarQube, I'm executing CodeCoverage.exe to convert a ".coverage" file to xml.
I execute a cmd line like: CodeCoverage.exe analyze /output:[name of xml file to be generated] [name of the coverage binary file].coverage but I do not get any output xml and no errors.
I must say that I was able to generate such xml for tests of other solution files.
What can be the problem? How can I troubleshoot it?
Thanks!
I would start with making sure you're naming the new file with the extension *.coveragexml
CodeCoverage.exe analyze /output:[name of xml file to be generated].coveragexml [name of the coverage binary file].coverage
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With