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 497fca7 commit fec3402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if [[ `git status --porcelain` ]]; then
git config --global user.name 'Roland Speckmeier'
git config --global user.email '[email protected]'
git add '*.svg'
git add .github/badges/jacoco.svg
git commit -m "Autogenerated JaCoCo coverage badge"
git push
fi

0 comments on commit fec3402

Please sign in to comment.