File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1313 # Additional properties that will be passed to the scanner,
1414 # Put one key=value per line, example:
1515 # sonar.exclusions=**/*.bin
16- sonar.cs.opencover.reportsPaths=$(Agent.TempDirectory)/**/*.trx
16+ sonar.coverageReportPaths=$(Agent.TempDirectory)/**/*.trx
17+ #sonar.cs.opencover.reportsPaths=$(Agent.TempDirectory)/**/*.trx
1718 #sonar.coverageReportPaths=$(Agent.TempDirectory)/reports/SonarQube.xml
1819 #sonar.cs.dotcover.reportsPaths=$(Agent.TempDirectory)/reports/DetailedXML.xml
1920
@@ -48,11 +49,11 @@ steps:
4849# reporttypes: 'SonarQube'
4950# assemblyfilters: '-xunit\*'
5051
51- - task : PublishCodeCoverageResults@1
52- displayName : ' Publish code coverage from $(Build.SourcesDirectory)/reports/coverage.cobertura.xml'
53- inputs :
54- codeCoverageTool : Cobertura
55- summaryFileLocation : ' $(Build.SourcesDirectory)/reports/Cobertura.xml'
52+ # - task: PublishCodeCoverageResults@1
53+ # displayName: 'Publish code coverage from $(Build.SourcesDirectory)/reports/coverage.cobertura.xml'
54+ # inputs:
55+ # codeCoverageTool: Cobertura
56+ # summaryFileLocation: '$(Build.SourcesDirectory)/reports/Cobertura.xml'
5657
5758- task : SonarSource.sonarcloud.ce096e50-6155-4de8-8800-4221aaeed4a1.SonarCloudAnalyze@1
5859 displayName : ' Run Code Analysis'
You can’t perform that action at this time.
0 commit comments