Skip to content

Commit

Permalink
Merge pull request #595 from clenk/fix-codecov
Browse files Browse the repository at this point in the history
Prevent codecov workflow errors
  • Loading branch information
rpiazza authored Apr 15, 2024
2 parents 74873aa + 647987d commit 50fd81f
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 50fd81f

Please sign in to comment.