We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f73c89 commit 0b47bc4Copy full SHA for 0b47bc4
.github/workflows/testing-ci.yml
@@ -69,7 +69,7 @@ jobs:
69
echo '```' >> "$GITHUB_STEP_SUMMARY"
70
71
- name: Upload coverage to Codecov
72
- if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.base_ref == 'main')
+ if: github.event_name == 'pull_request' && (github.base_ref == 'main' || github.base_ref == 'master')
73
uses: codecov/codecov-action@v5
74
with:
75
files: ./coverage.xml
0 commit comments