Skip to content

Commit 5f3006b

Browse files
committed
Try to set gcov to gcov-14
1 parent a21f7bc commit 5f3006b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# Add appropriate variables for gcov version required. This will intentionally break
5757
# if you try to use a compiler that does not have gcov set
5858
- compiler: gcc-14
59-
gcov_executable: gcov
59+
gcov_executable: gcov-14
6060
enable_ipo: On
6161

6262
- compiler: llvm-19.1.1
@@ -76,7 +76,7 @@ jobs:
7676
compiler: gcc-14
7777
generator: "Unix Makefiles"
7878
build_type: Debug
79-
gcov_executable: gcov
79+
gcov_executable: gcov-14
8080
packaging_maintainer_mode: On
8181
enable_ipo: Off
8282

@@ -175,7 +175,7 @@ jobs:
175175
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
176176
run: |
177177
ctest -C ${{matrix.build_type}}
178-
gcovr -j ${{env.nproc}} --delete --root ../ --print-summary --xml-pretty --xml coverage.xml . --gcov-executable '${{ matrix.gcov_executable }}'
178+
gcovr -j ${{env.nproc}} --root ../ --print-summary --xml-pretty --xml coverage.xml --gcov-executable '${{ matrix.gcov_executable }}'
179179
180180
- name: Windows - Test and coverage
181181
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)