Skip to content

Commit

Permalink
Disable coverage upload failure following scikit-build-core
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Nov 4, 2024
1 parent 276a17e commit 103ccea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
flags: ${{ matrix.python-impl }},${{ matrix.python-release }},${{ env.OS }}
name: test-python-${{ matrix.python-version }}
fail_ci_if_error: true
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

test_osx:
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
with:
flags: ${{ matrix.python-impl }},${{ matrix.python-release }},${{ env.OS }}
name: test-python-${{ matrix.python-version }}
fail_ci_if_error: true
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

test_windows:
Expand Down

0 comments on commit 103ccea

Please sign in to comment.