Skip to content

Commit 40c9b04

Browse files
committed
[ci] Remove reference to llvm-project in coverage report preparation
1 parent 51c3cb2 commit 40c9b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
sudo apt install lcov
172172
# capture coverage info
173173
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
174+
lcov --remove coverage.info '/usr/*' "${HOME}"'/.cache/*' ${{ github.workspace }}'/test/*' --output-file coverage.info
175175
# output coverage data for debugging (optional)
176176
lcov --list coverage.info
177177

0 commit comments

Comments
 (0)