Skip to content

Commit 16fafeb

Browse files
committed
Add cov debug
1 parent 7bb24d5 commit 16fafeb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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')

0 commit comments

Comments
 (0)