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 4051ad8 commit 884de62Copy full SHA for 884de62
.github/workflows/coverage.yml
@@ -44,10 +44,9 @@ jobs:
44
run: |
45
git config --global user.name "github-actions[bot]"
46
git config --global user.email "github-actions[bot]@users.noreply.github.com"
47
+ git checkout -b py-code-coverage || git checkout py-code-coverage
48
+ git pull origin py-code-coverage
49
git add .
- git status
50
git commit --verbose -m "Update coverage badge"
51
- git fetch origin
52
- git rebase --strategy-option=theirs origin/py-code-coverage --verbose
+ git rebase --strategy-option=ours py-code-coverage --verbose
53
git push --verbose origin py-code-coverage
0 commit comments