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 7a0ed86 commit 0c60cd8Copy full SHA for 0c60cd8
.github/workflows/ci.yaml
@@ -56,7 +56,7 @@ jobs:
56
- name: Generate LCOV report
57
if: ${{ matrix.preset == 'codecov' }}
58
run: lcov -c -d . -o coverage.info --no-external --exclude "*/build/**" --ignore-errors mismatch
59
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v3
60
61
with:
62
files: ./coverage.info
0 commit comments