Skip to content

Commit

Permalink
Trying to fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thijssnelleman committed Sep 25, 2024
1 parent 65c5dce commit e120867
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codecoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
run: pytest --cov sparkle/ --cov-report=xml
- name: Run badge generator
run: genbadge coverage -i coverage.xml -o .reports/coverage/coverage-badge.svg
Commit-Badge:
if: ${{ git diff .reports/coverage/coverage-badge.svg }}
- name: Commit badge
- name: Commit to branch
run: |
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
Expand Down

0 comments on commit e120867

Please sign in to comment.