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 821293a commit a75dccbCopy full SHA for a75dccb
.github/workflows/ci_tests.yml
@@ -23,7 +23,7 @@ jobs:
23
gcov: ""
24
- cpp: clang++-18
25
c: clang-18
26
- gcov: llvm-cov
+ gcov: llvm-cov-18
27
name: "Preset Test: ${{ matrix.preset }} ${{ matrix.compiler.cpp }}"
28
steps:
29
- uses: actions/checkout@v4
@@ -37,6 +37,7 @@ jobs:
37
38
- name: Run preset ${{ matrix.preset }} ${{ matrix.compiler.cpp }}
39
run: |
40
+ which llvm-cov gcov gcovr || echo ignored
41
cmake --workflow --preset ${{ matrix.preset }}
42
env:
43
CC: ${{ matrix.compiler.c }}
0 commit comments