There was an error while loading. Please reload this page.
2 parents 35a362c + 79a757c commit 07ef1a4Copy full SHA for 07ef1a4
1 file changed
.github/workflows/code-quality.yaml
@@ -78,6 +78,7 @@ jobs:
78
uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2.1
79
with:
80
token: ${{ secrets.CODECOV_TOKEN }}
81
+ fail_ci_if_error: false
82
83
go-tests:
84
runs-on: ubuntu-26.04
@@ -120,6 +121,7 @@ jobs:
120
121
122
123
files: scripts/buildinputs/junit-go.xml
124
125
126
code-static-analysis:
127
0 commit comments