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 dde29cd commit 051025aCopy full SHA for 051025a
.github/workflows/ci.yml
@@ -16,11 +16,11 @@ jobs:
16
- name: Debug coverage files
17
run: |
18
echo "Coverage directory contents:"
19
- ls -la coverage/ || dir coverage\
+ ls -la coverage/
20
echo "LCOV file size:"
21
- wc -c coverage/lcov.info || (Get-Item coverage\lcov.info).Length
+ wc -c coverage/lcov.info
22
echo "LCOV file first 10 lines:"
23
- head -10 coverage/lcov.info || Get-Content coverage\lcov.info | Select-Object -First 10
+ head -10 coverage/lcov.info
24
- name: Upload coverage to Codecov
25
uses: codecov/codecov-action@v4
26
with:
0 commit comments