Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
10.0.0.68432 - how is SonarQube deployed: zip, Docker, Helm
zip - what are you trying to achieve
Import dotcover coverage report html file into Sonarqube - what have you tried so far to achieve this
- SonarScanner.MSBuild.exe begin /k:“ken” /d:sonar.token=“” /d:sonar.host.url=“http://localhost:9100” /d:sonar.verbose=true /d:sonar.cs.dotcover.reportsPaths=“.\dotcover\fullreport.html”
- SonarScanner.MSBuild.exe end /d:sonar.token=“”
- Output of END command:
21:40:25.058 DEBUG: Analyzing coverage with wildcardPatternFileProvider with base dir ‘C:\p4\dev\IA_Trunk\Src\Build.’ and file separator ''.
21:40:25.059 DEBUG: Pattern matcher extracted prefix/absolute path ‘C:\p4\dev\IA_Trunk\Src\Build..\dotcover\fullreport.html’ from the given pattern ‘.\dotcover\fullreport.html’.
21:40:25.060 DEBUG: Pattern matcher returns a single file: ‘C:\p4\dev\IA_Trunk\Src\Build..\dotcover\fullreport.html’.
21:40:25.060 DEBUG: The current user dir is ‘C:\p4\dev\IA_Trunk\Src\Build’.
21:40:25.060 INFO: Aggregating the HTML reports from ‘C:\p4\dev\IA_Trunk\Src\Build..\dotcover\fullreport.html’.
21:40:25.062 DEBUG: dotCover aggregator: collected 1 report files to parse.
21:40:25.062 INFO: Adding this code coverage report to the cache for later reuse: C:\p4\dev\IA_Trunk\Src\Build..\dotcover\fullreport.html
21:40:25.062 DEBUG: Analyzing coverage after aggregate found ‘0’ coverage files.
21:40:25.062 DEBUG: The total number of file count statistics is ‘0’.