File tree Expand file tree Collapse file tree 1 file changed +3
-24
lines changed Expand file tree Collapse file tree 1 file changed +3
-24
lines changed Original file line number Diff line number Diff line change @@ -223,32 +223,11 @@ jobs:
223
223
if : ' !matrix.coverity'
224
224
run : ci/build.sh
225
225
226
- - name : Collect coverage
227
- if : matrix.coverage
228
- run : ci/codecov.sh "collect"
229
-
230
- # https://github.com/codecov/codecov-action/issues/1296
231
- - name : Get branch for coverage
232
- id : coverage_branch
233
- if : matrix.coverage
234
- run : |
235
- if [ "${{ github.event_name }}" = "push" ]; then
236
- echo "override_branch=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
237
- else
238
- echo "override_branch=" >> $GITHUB_OUTPUT
239
- fi
240
-
241
226
- name : Upload coverage
242
227
if : matrix.coverage
243
- uses : codecov/codecov-action@v5
244
- with :
245
- disable_search : true
246
- fail_ci_if_error : true
247
- files : coverage.info
248
- name : Github Actions
249
- override_branch : ${{ steps.coverage_branch.outputs.override_branch }}
250
- token : ${{secrets.CODECOV_TOKEN}}
251
- verbose : true
228
+ run : ci/codecov.sh "upload"
229
+ env :
230
+ CODECOV_TOKEN : ${{ secrets.CODECOV.TOKEN }}
252
231
253
232
- name : Run coverity
254
233
if : matrix.coverity && github.event_name == 'push' && (github.ref_name == 'develop' || github.ref_name == 'master')
You can’t perform that action at this time.
0 commit comments