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 7f3a274 commit 190caf6Copy full SHA for 190caf6
.github/workflows/main.yml
@@ -160,7 +160,7 @@ jobs:
160
sudo apt install lcov
161
# capture coverage info
162
lcov --directory build/ --capture --output-file coverage.info --gcov-tool $CONDA_PREFIX/bin/gcov
163
- 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
164
# output coverage data for debugging (optional)
165
lcov --list coverage.info
166
0 commit comments