Skip to content

Commit

Permalink
Added jacoco plugin for showing code coverage info in a badge at the …
Browse files Browse the repository at this point in the history
…README.md
  • Loading branch information
xxSlashxx committed Jan 1, 2025
1 parent fec3402 commit 281ef2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
uses: cicirello/jacoco-badge-generator@v2
with:
jacoco-csv-file: '**/jacoco.csv'
- name: Log directory
run: |
echo ls -l
- name: Commit the badge (if it changed)
run: |
if [[ `git status --porcelain` ]]; then
Expand Down

0 comments on commit 281ef2f

Please sign in to comment.