We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd4d32 commit 8fde012Copy full SHA for 8fde012
.github/workflows/main.yml
@@ -54,7 +54,7 @@ jobs:
54
# don't forget to goto codecov.io, enable your repo, copy the token
55
# create an CODECOV_TOKEN env var in GitHub actions secret
56
- name: "Upload coverage to Codecov"
57
- if: "${{ contains(env.USING_COVERAGE, matrix.python-version) && github.ref == 'refs/heads/main' }}"
+ if: "${{ contains(env.USING_COVERAGE, matrix.python-version) && github.ref == 'refs/heads/master' }}"
58
uses: "codecov/codecov-action@v4" # https://github.com/marketplace/actions/codecov
59
with:
60
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments