Skip to content

Commit

Permalink
coverage CICD fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
iyobo committed Aug 20, 2024
1 parent dfca851 commit f516b4c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
run: |
mv coverage-badge.json ./coverage.json
git add coverage.json
git commit -m "Update coverage badge"
git push origin master
if ! git diff-index --quiet HEAD; then
git commit -m "Update coverage badge"
git push origin master
fi
- name: Push changes
run: |
git push origin HEAD:master

0 comments on commit f516b4c

Please sign in to comment.