File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ jobs:
64
64
run : |
65
65
cd build
66
66
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
69
69
70
70
- name : Upload coverage reports to Codecov
71
- uses : codecov/codecov-action@v4.5.0
71
+ uses : codecov/codecov-action@v3.1.6
72
72
with :
73
73
fail_ci_if_error : true
74
- files : coverage.info
74
+ files : build/ coverage.info
75
75
flags : unittests
76
76
name : ipc-toolkit
77
77
token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments