Skip to content

Commit

Permalink
codecov upload failure no longer cause test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed Jan 20, 2024
1 parent c36ebe4 commit 61a9755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
fail_ci_if_error: true
fail_ci_if_error: false

build-verification:

Expand Down

0 comments on commit 61a9755

Please sign in to comment.