File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -415,16 +415,16 @@ jobs:
415415 message(FATAL_ERROR "Bad exit status during coverage")
416416 endif()
417417
418- - name : Upload code coverage info
419- if : matrix.config.coverage == 'Yes'
420- uses : codecov/codecov-action@v4
421- with :
422- token : ${{ secrets.CODECOV_TOKEN }}
423- files : ./build/filtered.info # don't use a absolute path on Windows with gitBash.
424- exclude : build
425- flags : ${{ matrix.config.archive_name }}
426- disable_search : true
427- fail_ci_if_error : true
418+ # - name: Upload code coverage info
419+ # if: matrix.config.coverage == 'Yes'
420+ # uses: codecov/codecov-action@v4
421+ # with:
422+ # token: ${{ secrets.CODECOV_TOKEN }}
423+ # files: ./build/filtered.info # don't use a absolute path on Windows with gitBash.
424+ # exclude: build
425+ # flags: ${{ matrix.config.archive_name }}
426+ # disable_search: true
427+ # fail_ci_if_error: true
428428
429429 - name : Create archive
430430 if : matrix.config.upload == 'Yes'
You can’t perform that action at this time.
0 commit comments