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 b73cfc9 commit 6418616Copy full SHA for 6418616
.github/workflows/coverage.yml
@@ -43,10 +43,9 @@ jobs:
43
run: |
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 .
- git status
49
git commit --verbose -m "Update coverage badge"
50
- git fetch origin
51
- git rebase --strategy-option=theirs origin/py-code-coverage --verbose
+ git rebase --strategy-option=ours py-code-coverage --verbose
52
git push --verbose origin py-code-coverage
0 commit comments