Skip to content

Commit 416cdd4

Browse files
authored
Update coverage.yml (#118)
1 parent ad00292 commit 416cdd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ jobs:
6464
run: |
6565
cd build
6666
ctest --verbose -j ${{ steps.cpu-cores.outputs.count }}
67-
lcov --directory ./CMakeFiles/ipc_toolkit.dir/src/ipc --capture --output-file coverage.info
68-
lcov --remove coverage.info '/usr/*' "$HOME/.cache/*" "*/tests/*" --output-file coverage.info
67+
lcov --directory . --capture --output-file coverage.info
68+
lcov --remove coverage.info '/usr/*' "$HOME/.cache/*" "*tests/*" --output-file coverage.info
6969
7070
- name: Upload coverage reports to Codecov
71-
uses: codecov/codecov-action@v4.5.0
71+
uses: codecov/codecov-action@v3.1.6
7272
with:
7373
fail_ci_if_error: true
74-
files: coverage.info
74+
files: build/coverage.info
7575
flags: unittests
7676
name: ipc-toolkit
7777
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)