Skip to content

Commit 0408b3f

Browse files
committed
For #607. Do not create a badge for Gradle
This is to avoid conflicts between the Gradle and Maven build both writing the same badge.
1 parent fb8de30 commit 0408b3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-earthly-gradle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ jobs:
9797
with:
9898
badges-directory: images
9999
jacoco-csv-file: build/reports/jacoco/test/jacocoTestReport.csv
100+
# To avoid conflicts with the Maven build, only generate the badge
101+
# there. For Gradle only projects: REMOVE THIS LINE.
102+
generate-coverage-badge: false
100103
generate-branches-badge: false
101104
generate-summary: false
102105

0 commit comments

Comments
 (0)