Skip to content

Commit

Permalink
Don't ruine the whole CI session if codecov upload fails
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed Feb 27, 2023
1 parent 407e2fa commit 164474c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true

build_wheels:
name: Build wheels on ${{ matrix.arch }} for ${{ matrix.os }}
Expand Down

0 comments on commit 164474c

Please sign in to comment.