Skip to content

Commit

Permalink
update coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
epistoteles committed Jun 18, 2024
1 parent 804345c commit f4d15a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-coverage-reports-and-badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
git config user.email "${{ github.run_id }}+github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
git add coverage.xml htmlcov/* reports/* coverage_badge.svg
git add coverage.xml htmlcov/* reports/* coverage-badge.svg
git commit -m "Update code coverage reports and badge"
git push
env:
Expand Down

0 comments on commit f4d15a1

Please sign in to comment.