Skip to content

Commit

Permalink
Don't fail CI jobs if CodeCov submission fails
Browse files Browse the repository at this point in the history
the CodeCov service will intermittently fail with a server error
sometimes. We don't want to fail the entire CI job when this happens.
  • Loading branch information
atodorov committed Jan 15, 2024
1 parent 9393113 commit 2c28823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ jobs:
- name: Send coverage to CodeCov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true

0 comments on commit 2c28823

Please sign in to comment.