Skip to content

Commit

Permalink
coverage CICD fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iyobo committed Aug 20, 2024
1 parent 4090e88 commit b2b4df3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ jobs:
mv coverage-badge.json ./coverage.json
git add coverage.json
git commit -m "Update coverage badge"
- name: Push changes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git push origin HEAD:main

0 comments on commit b2b4df3

Please sign in to comment.