Skip to content

Commit 3de090d

Browse files
committed
feat(59649): potential fix for Jacoco Version
1 parent 08a7142 commit 3de090d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ on:
5252
env:
5353
IMAGE_NAME_MIXED_CASE: "${{ github.repository }}"
5454
TEST_STAGE: test
55-
JACOCO_VERSION: "0.8.12"
55+
JACOCO_VERSION: "0.8.14"
5656
JACOCO_REPORTS: "**/target/site/jacoco/jacoco.xml,**/target/site/jacoco-it/jacoco.xml,**/target/site/jacoco-aggregate/jacoco.xml"
5757

5858
jobs:

0 commit comments

Comments
 (0)