We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836d322 commit 7f11c3bCopy full SHA for 7f11c3b
.github/workflows/build-and-test.yml
@@ -96,7 +96,7 @@ jobs:
96
cov_rounded=$(printf "%.1f\n" $(bc <<< "100*${cov_value}"))
97
echo "Coverage found: ${cov_rounded}%"
98
anybadge --label python:coverage --value ${cov_rounded} --suffix "%" --file badges/coverage-python.svg --overwrite
99
- - uses: stefanzweifel/git-auto-commit-action@v5
+ - uses: stefanzweifel/git-auto-commit-action@v6
100
with:
101
commit_message: "chore(docs): update coverage badge"
102
commit_user_name: "CI/CD Push Token"
0 commit comments