Skip to content

Commit

Permalink
dont fail CI if codecov upload fails (#3123)
Browse files Browse the repository at this point in the history
* dont fail CI is Codecov upload fails

Codecov uploads recently started failing
relates to codecov/codecov-action#1359

Signed-off-by: Arko Dasgupta <arko@tetrate.io>

* fix lint

Signed-off-by: Arko Dasgupta <arko@tetrate.io>

---------

Signed-off-by: Arko Dasgupta <arko@tetrate.io>
  • Loading branch information
arkodg authored Apr 8, 2024
1 parent a5bedbc commit e12fdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
with:
fail_ci_if_error: true
fail_ci_if_error: false
files: ./coverage.xml
name: codecov-envoy-gateway
verbose: true
Expand Down

0 comments on commit e12fdeb

Please sign in to comment.