Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
don't fail on codecov upload failure
  • Loading branch information
barrust committed Jan 25, 2024
1 parent 6feb143 commit bd18c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
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 All @@ -62,4 +62,4 @@ jobs:
- uses: psf/black@stable
with:
# src: "./probables"
version: "22.8.0"
version: "22.8.0"

0 comments on commit bd18c23

Please sign in to comment.