Skip to content

Commit

Permalink
ci: upload badge info
Browse files Browse the repository at this point in the history
  • Loading branch information
ReaJason committed Nov 24, 2024
1 parent a42b2bd commit 8a437db
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -22,4 +24,9 @@ jobs:
uses: cicirello/jacoco-badge-generator@v2
with:
generate-branches-badge: true
jacoco-csv-file: generator/build/reports/jacoco/test/jacocoTestReport.csv
jacoco-csv-file: generator/build/reports/jacoco/test/jacocoTestReport.csv
- name: Upload
uses: stefanzweifel/git-auto-commit-action@v5
with:
file_pattern: ".github/badges/**"
commit_message: "ci: update badge"

0 comments on commit 8a437db

Please sign in to comment.