Prevent codecov workflow errors

main
Chris Lenk 2024-04-15 17:11:28 -04:00
parent 74873aadc0
commit 647987dfa6
1 changed files with 3 additions and 2 deletions

View File

@ -27,7 +27,8 @@ jobs:
run: |
tox
- name: Upload coverage information to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4.2.0
with:
fail_ci_if_error: true # optional (default = false)
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false # optional (default = false)
verbose: true # optional (default = false)