Skip to content

Commit

Permalink
Prevent codecov workflow errors
Browse files Browse the repository at this point in the history
  • Loading branch information
clenk committed Apr 15, 2024
1 parent 74873aa commit 647987d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 647987d

Please sign in to comment.