Skip to content

Commit

Permalink
ci: fix badge not generate
Browse files Browse the repository at this point in the history
  • Loading branch information
ReaJason committed Dec 3, 2024
1 parent 411fb39 commit 96675c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,13 @@ jobs:
uses: cicirello/jacoco-badge-generator@v2
with:
jacoco-csv-file: build/reports/jacoco/test/jacocoTestReport.csv
badges-directory: .github/badges
generate-coverage-badge: false
generate-branches-badge: false
generate-coverage-endpoint: true
coverage-endpoint-filename: jacoco.json
generate-summary: true
summary-filename: coverage-summary.json
- name: Upload
uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit 96675c2

Please sign in to comment.