Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 9358389

Browse files
authored
Change code coverage tool to JaCoCo (#129)
1 parent d821dd2 commit 9358389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ steps:
2525
mavenOptions: '-Xmx3072m -Dmaven.javadoc.skip=true'
2626
publishJUnitResults: true
2727
testResultsFiles: '**/surefire-reports/TEST-*.xml'
28-
codeCoverageToolOption: 'cobertura'
28+
codeCoverageToolOption: 'JaCoCo'
2929
goals: 'verify'
3030
displayName: 'Build $(imageName)'
3131

0 commit comments

Comments
 (0)