Skip to content

Commit 07ef1a4

Browse files
Merge pull request #3977 from opendatahub-io/mtchoum1/green-main
RHAIENG-5136: chore(ci) Add fail_ci_if_error to Codecov actions
2 parents 35a362c + 79a757c commit 07ef1a4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/code-quality.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2.1
7979
with:
8080
token: ${{ secrets.CODECOV_TOKEN }}
81+
fail_ci_if_error: false
8182

8283
go-tests:
8384
runs-on: ubuntu-26.04
@@ -120,6 +121,7 @@ jobs:
120121
with:
121122
token: ${{ secrets.CODECOV_TOKEN }}
122123
files: scripts/buildinputs/junit-go.xml
124+
fail_ci_if_error: false
123125

124126
code-static-analysis:
125127
runs-on: ubuntu-26.04

0 commit comments

Comments
 (0)