Is there any way to use the .xml
output from a DotCover analysis when importing into SonarQube using the scanner for MSBuild?
Currently running:
- SQ 5.4
- C# Plugin 5.0
This is the specific SonarQube property key in question: sonar.cs.dotcover.reportsPaths
The example shown in this guide tells me that only the .html
extension is accepted. Why is that? I am coming from a world where we save the report outputs in .xml
and later transform it into an .html
report. Is there a way to use the .xml
output?