Skip to content

Commit 7f10b81

Browse files
committed
remove code coverage till further notice
1 parent 110332c commit 7f10b81

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.azure-pipelines/templates/build/build-and-coverage.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,3 @@ steps:
77
testResultsFiles: '**/TEST-*.xml'
88
javaHomeOption: 'JDKVersion'
99
sonarQubeRunAnalysis: false
10-
11-
- task: PublishCodeCoverageResults@1
12-
inputs:
13-
codeCoverageTool: 'JaCoCo'
14-
summaryFileLocation: $(System.DefaultWorkingDirectory)/build/reports/jacoco/test/jacocoTestReport.xml
15-
pathToSources: $(System.DefaultWorkingDirectory)/src/main/java
16-
failIfCoverageEmpty: true

0 commit comments

Comments
 (0)