Skip to content

Commit 96675c2

Browse files
committed
ci: fix badge not generate
1 parent 411fb39 commit 96675c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,13 @@ jobs:
3131
uses: cicirello/jacoco-badge-generator@v2
3232
with:
3333
jacoco-csv-file: build/reports/jacoco/test/jacocoTestReport.csv
34+
badges-directory: .github/badges
3435
generate-coverage-badge: false
36+
generate-branches-badge: false
3537
generate-coverage-endpoint: true
38+
coverage-endpoint-filename: jacoco.json
39+
generate-summary: true
40+
summary-filename: coverage-summary.json
3641
- name: Upload
3742
uses: stefanzweifel/git-auto-commit-action@v5
3843
with:

0 commit comments

Comments
 (0)