Skip to content

Commit

Permalink
For #607. Do not create a badge for Gradle
Browse files Browse the repository at this point in the history
This is to avoid conflicts between the Gradle and Maven build both
writing the same badge.
  • Loading branch information
binkley committed Aug 12, 2024
1 parent fb8de30 commit 0408b3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-earthly-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ jobs:
with:
badges-directory: images
jacoco-csv-file: build/reports/jacoco/test/jacocoTestReport.csv
# To avoid conflicts with the Maven build, only generate the badge
# there. For Gradle only projects: REMOVE THIS LINE.
generate-coverage-badge: false
generate-branches-badge: false
generate-summary: false

0 comments on commit 0408b3f

Please sign in to comment.