Skip to content

Commit b9a9b40

Browse files
committed
add COdeCoverageTask to build stage
2 parents 87bbed6 + e9a0329 commit b9a9b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ steps:
1313
codeCoverageTool: 'JaCoCo'
1414
summaryFileLocation: $(System.DefaultWorkingDirectory)/build/reports/jacoco/test/jacocoTestReport.xml
1515
pathToSources: $(System.DefaultWorkingDirectory)/src/main/java
16-
failIfCoverageEmpty: true
16+
failIfCoverageEmpty: true

0 commit comments

Comments
 (0)