Skip to content

Commit

Permalink
Update python-ci-tests.yml
Browse files Browse the repository at this point in the history
It seems there is an issue with the env variable and the token passed.
  • Loading branch information
adulau authored Apr 8, 2024
1 parent 6a2036d commit 92de569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
- name: Upload coverage information to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true # optional (default = false)
fail_ci_if_error: false # optional (default = false)
verbose: true # optional (default = false)

0 comments on commit 92de569

Please sign in to comment.