Skip to content

Commit

Permalink
Don't fail the CI workflow if the codecov upload fails
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Apr 16, 2024
1 parent cc42e5a commit 952f67c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ jobs:
# path: plots
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
- name: Upload benchmark results to github artifacts
if: ${{ matrix.benchmark }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 952f67c

Please sign in to comment.