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 8273b48 commit 87616b9Copy full SHA for 87616b9
.github/workflows/code-coverage.yml
@@ -38,6 +38,8 @@ jobs:
38
- name: Upload coverage reports to Codecov
39
uses: codecov/codecov-action@v4
40
with:
41
- files: ./coverage/${{ matrix.lib }}/${{ matrix.scope }}-tests/lcov.info
42
- flags: ${{ matrix.lib }}
+ directory: ./coverage/${{ matrix.lib }}/${{ matrix.scope }}-tests/
+ files: ./lcov.info
43
+ flags: ${{ matrix.lib }}-${{ matrix.scope }}
44
token: ${{ secrets.CODECOV_TOKEN }}
45
+ fail_ci_if_error: true
0 commit comments