Skip to content

Commit

Permalink
fix: fail open when upload code coverage fails (open-telemetry#1671)
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyCpp authored Apr 18, 2024
1 parent 5d21476 commit fc6f970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ jobs:
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit fc6f970

Please sign in to comment.