We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb24d5 commit e8cdfe7Copy full SHA for e8cdfe7
.github/workflows/ci.yml
@@ -368,13 +368,13 @@ jobs:
368
if: matrix.coverage
369
uses: codecov/codecov-action@v5
370
with:
371
+ disable_safe_directory: true
372
fail_ci_if_error: true
373
disable_search: true
374
files: coverage.all.info,coverage.iconv.info,coverage.icu.info
375
name: Github Actions
376
token: ${{secrets.CODECOV_TOKEN}}
377
verbose: true
- working-directory: ${{github.workspace}}
378
379
- name: Run coverity
380
if: matrix.coverity && github.event_name == 'push' && (github.ref_name == 'develop' || github.ref_name == 'master')
0 commit comments