Skip to content

Commit 2b672ed

Browse files
committed
Add cov debug
1 parent 7bb24d5 commit 2b672ed

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,15 @@ 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: $(readlink -f '${{github.workspace}}')"
372+
ls -la
373+
git status
374+
git rev-parse --show-toplevel
375+
working-directory: ${{github.workspace}}
367376
- name: Upload coverage
368377
if: matrix.coverage
369378
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)