We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cbe188 commit 08b8b86Copy full SHA for 08b8b86
1 file changed
.github/workflows/test.yml
@@ -29,6 +29,9 @@ jobs:
29
run: tox -- --cov --cov-report=xml
30
31
- name: Upload coverage reports to Codecov
32
+ if: >
33
+ !startsWith(github.head_ref, 'renovate/') &&
34
+ !startsWith(github.head_ref, 'release-please--')
35
uses: codecov/codecov-action@v4
36
with:
37
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments