File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -364,17 +364,24 @@ jobs:
364364 if : matrix.coverage
365365 run : ci/codecov.sh "collect" && mv coverage.info coverage.icu.info
366366
367+ - name : Debug coverage
368+ run : |
369+ echo "PWD: $PWD -- $(pwd)"
370+ echo "WD: ${{github.workspace}}"
371+ echo "Canonical: ${{github.workspace}} $GITHUB_WORKSPACE $(readlink -f ${{github.workspace}})"
372+ echo "Canonical: $(readlink -f $PWD)"
373+
367374 - name : Upload coverage
368375 if : matrix.coverage
369376 uses : codecov/codecov-action@v5
370377 with :
378+ disable_safe_directory : true
371379 fail_ci_if_error : true
372380 disable_search : true
373381 files : coverage.all.info,coverage.iconv.info,coverage.icu.info
374382 name : Github Actions
375383 token : ${{secrets.CODECOV_TOKEN}}
376384 verbose : true
377- working-directory : ${{github.workspace}}
378385
379386 - name : Run coverity
380387 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