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 2b672edCopy full SHA for 2b672ed
.github/workflows/ci.yml
@@ -364,6 +364,15 @@ jobs:
364
if: matrix.coverage
365
run: ci/codecov.sh "collect" && mv coverage.info coverage.icu.info
366
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}}
376
- name: Upload coverage
377
378
uses: codecov/codecov-action@v5
0 commit comments