Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangsa committed Jul 27, 2022
1 parent 74a22d2 commit 511c578
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
id: jacoco
uses: cicirello/jacoco-badge-generator@v2
with:
badges-directory: badges
generate-branches-badge: true
generate-summary: true
jacoco-csv-file: >
Expand All @@ -55,11 +56,12 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
run: |
echo $(ls -l)
cd badges
if [[ `git status --porcelain` ]]; then
git config --global user.name 'github-agit pctions'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
git add -A
git commit -m "Autogenerated JaCoCo coverage badges"
git add *.svg *.json
git commit -m "Autogenerated JaCoCo coverage badges" *.svg *.json
git push
fi
Expand Down
1 change: 0 additions & 1 deletion badges
Submodule badges deleted from bae67f

0 comments on commit 511c578

Please sign in to comment.