Skip to content

Commit 87616b9

Browse files
committed
ci: update codecov workflow options
1 parent 8273b48 commit 87616b9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/code-coverage.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
- name: Upload coverage reports to Codecov
3939
uses: codecov/codecov-action@v4
4040
with:
41-
files: ./coverage/${{ matrix.lib }}/${{ matrix.scope }}-tests/lcov.info
42-
flags: ${{ matrix.lib }}
41+
directory: ./coverage/${{ matrix.lib }}/${{ matrix.scope }}-tests/
42+
files: ./lcov.info
43+
flags: ${{ matrix.lib }}-${{ matrix.scope }}
4344
token: ${{ secrets.CODECOV_TOKEN }}
45+
fail_ci_if_error: true

0 commit comments

Comments
 (0)