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 cb5d607 commit 1cbfb5f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
uses: cicirello/jacoco-badge-generator@v2
with:
jacoco-csv-file: '**/jacoco.csv'
- name: Log directory
run: |
ls -l
- name: Commit the badge (if it changed)
run: |
if [[ `git status --porcelain` ]]; then
Expand Down

0 comments on commit 1cbfb5f

Please sign in to comment.