Skip to content

Commit

Permalink
ci: generate json file
Browse files Browse the repository at this point in the history
  • Loading branch information
ReaJason committed Nov 24, 2024
1 parent 0961070 commit 37a7683
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@ jobs:
- name: Generate JaCoCo Badge
uses: cicirello/jacoco-badge-generator@v2
with:
generate-branches-badge: true
jacoco-csv-file: generator/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 37a7683

Please sign in to comment.