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.
git pull
1 parent 29c3783 commit ce14f22Copy full SHA for ce14f22
.github/workflows/coverage.yml
@@ -44,6 +44,7 @@ jobs:
44
git config --global user.name "github-actions[bot]"
45
git config --global user.email "github-actions[bot]@users.noreply.github.com"
46
git checkout -b py-code-coverage || git checkout py-code-coverage
47
+ git pull origin py-code-coverage
48
git add .
49
git commit -m "Update coverage badge"
50
git push origin py-code-coverage
0 commit comments