Skip to content

Commit 647987d

Browse files
committedApr 15, 2024
Prevent codecov workflow errors
1 parent 74873aa commit 647987d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎.github/workflows/python-ci-tests.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
run: |
2828
tox
2929
- name: Upload coverage information to Codecov
30-
uses: codecov/codecov-action@v1
30+
uses: codecov/codecov-action@v4.2.0
3131
with:
32-
fail_ci_if_error: true # optional (default = false)
32+
token: ${{ secrets.CODECOV_TOKEN }}
33+
fail_ci_if_error: false # optional (default = false)
3334
verbose: true # optional (default = false)

0 commit comments

Comments
 (0)
Please sign in to comment.