Skip to content

Commit fb8de30

Browse files
committed
For #607. Experiment with summary on action page
1 parent 280e01a commit fb8de30

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,12 @@ jobs:
9191
name: coverage-report
9292
if-no-files-found: error
9393
path: build/reports/jacoco/test/
94+
95+
- name: Generate coverage badge
96+
uses: cicirello/jacoco-badge-generator@v2
97+
with:
98+
badges-directory: images
99+
jacoco-csv-file: build/reports/jacoco/test/jacocoTestReport.csv
100+
generate-branches-badge: false
101+
generate-summary: false
102+

0 commit comments

Comments
 (0)