Skip to content

Commit 190caf6

Browse files
authored
[ci] Remove reference to llvm-project in coverage report preparation (#391)
1 parent 7f3a274 commit 190caf6

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
@@ -160,7 +160,7 @@ jobs:
160160
sudo apt install lcov
161161
# capture coverage info
162162
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
163+
lcov --remove coverage.info '/usr/*' "${HOME}"'/.cache/*' ${{ github.workspace }}'/test/*' --output-file coverage.info
164164
# output coverage data for debugging (optional)
165165
lcov --list coverage.info
166166

0 commit comments

Comments
 (0)