We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8de30 commit 0408b3fCopy full SHA for 0408b3f
.github/workflows/ci-earthly-gradle.yml
@@ -97,6 +97,9 @@ jobs:
97
with:
98
badges-directory: images
99
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
103
generate-branches-badge: false
104
generate-summary: false
105
0 commit comments