Skip to content

Commit

Permalink
[misc] Allow Codecov to fail uploading (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
slarse authored Jan 5, 2023
1 parent 0a6bcb9 commit 2729921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378
with:
fail_ci_if_error: true
fail_ci_if_error: false

file-merge-benchmark:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2729921

Please sign in to comment.