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 10a8180 commit ad00292Copy full SHA for ad00292
.github/workflows/coverage.yml
@@ -64,8 +64,8 @@ jobs:
64
run: |
65
cd build
66
ctest --verbose -j ${{ steps.cpu-cores.outputs.count }}
67
- lcov --directory . --capture --output-file coverage.info
68
- lcov --remove coverage.info '/usr/*' "${HOME}"'/.cache/*' 'tests/CMakeFiles/ipc_toolkit_tests.dir/src/tests/*' --output-file coverage.info
+ lcov --directory ./CMakeFiles/ipc_toolkit.dir/src/ipc --capture --output-file coverage.info
+ lcov --remove coverage.info '/usr/*' "$HOME/.cache/*" "*/tests/*" --output-file coverage.info
69
70
- name: Upload coverage reports to Codecov
71
uses: codecov/[email protected]
0 commit comments