Skip to content

Commit e8cdfe7

Browse files
committed
Add cov debug
1 parent 7bb24d5 commit e8cdfe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,13 +368,13 @@ jobs:
368368
if: matrix.coverage
369369
uses: codecov/codecov-action@v5
370370
with:
371+
disable_safe_directory: true
371372
fail_ci_if_error: true
372373
disable_search: true
373374
files: coverage.all.info,coverage.iconv.info,coverage.icu.info
374375
name: Github Actions
375376
token: ${{secrets.CODECOV_TOKEN}}
376377
verbose: true
377-
working-directory: ${{github.workspace}}
378378

379379
- name: Run coverity
380380
if: matrix.coverity && github.event_name == 'push' && (github.ref_name == 'develop' || github.ref_name == 'master')

0 commit comments

Comments
 (0)