Skip to content

Commit

Permalink
add workflow for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
micha37-martins committed Aug 22, 2024
1 parent 43cb188 commit 0ef13ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add README.md # Ensure README.md is staged
git commit -m "Update coverage badge"
git push origin main
git push origin ${GITHUB_REF#refs/heads/}

0 comments on commit 0ef13ce

Please sign in to comment.