Skip to content

Commit a75dccb

Browse files
committed
Try to check gcov on linux CI
1 parent 821293a commit a75dccb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
gcov: ""
2424
- cpp: clang++-18
2525
c: clang-18
26-
gcov: llvm-cov
26+
gcov: llvm-cov-18
2727
name: "Preset Test: ${{ matrix.preset }} ${{ matrix.compiler.cpp }}"
2828
steps:
2929
- uses: actions/checkout@v4
@@ -37,6 +37,7 @@ jobs:
3737

3838
- name: Run preset ${{ matrix.preset }} ${{ matrix.compiler.cpp }}
3939
run: |
40+
which llvm-cov gcov gcovr || echo ignored
4041
cmake --workflow --preset ${{ matrix.preset }}
4142
env:
4243
CC: ${{ matrix.compiler.c }}

0 commit comments

Comments
 (0)