We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793adc1 commit e984ff6Copy full SHA for e984ff6
adt_pull_request.yml
@@ -13,8 +13,8 @@ steps:
13
# Additional properties that will be passed to the scanner,
14
# Put one key=value per line, example:
15
# sonar.exclusions=**/*.bin
16
- sonar.coverageReportPaths=$(Agent.TempDirectory)/**/*.trx
17
- #sonar.cs.opencover.reportsPaths=$(Agent.TempDirectory)/**/*.trx
+ #sonar.coverageReportPaths=$(Agent.TempDirectory)/**/*.trx
+ sonar.cs.opencover.reportsPaths=$(Agent.TempDirectory)/**/*.trx
18
#sonar.coverageReportPaths=$(Agent.TempDirectory)/reports/SonarQube.xml
19
#sonar.cs.dotcover.reportsPaths=$(Agent.TempDirectory)/reports/DetailedXML.xml
20
0 commit comments