Skip to content

Commit 610c415

Browse files
committed
Add lcov to GH actions
1 parent 5077d2c commit 610c415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install LLVM/Clang + deps
4141
run: |
4242
sudo apt-get update
43-
sudo apt-get install -y clang-tidy clang cmake ninja-build python3-yaml
43+
sudo apt-get install -y clang-tidy clang cmake ninja-build python3-yaml lcov
4444
4545
# Create compile_commands.json for clang-tidy
4646
- name: Configure CMake compile_commands.json

0 commit comments

Comments
 (0)