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 51c3cb2 commit 40c9b04Copy full SHA for 40c9b04
.github/workflows/main.yml
@@ -171,7 +171,7 @@ jobs:
171
sudo apt install lcov
172
# capture coverage info
173
lcov --directory build/ --capture --output-file coverage.info --gcov-tool $CONDA_PREFIX/bin/gcov
174
- lcov --remove coverage.info '/usr/*' "${HOME}"'/.cache/*' ${{ github.workspace }}'/llvm-project/*' ${{ github.workspace }}'/test/*' --output-file coverage.info
+ lcov --remove coverage.info '/usr/*' "${HOME}"'/.cache/*' ${{ github.workspace }}'/test/*' --output-file coverage.info
175
# output coverage data for debugging (optional)
176
lcov --list coverage.info
177
0 commit comments