Skip to content

Commit ae235b3

Browse files
committed
tmp
1 parent c451685 commit ae235b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
if: matrix.coverage
139139
run: |
140140
lcov --version
141-
lcov --gcov-tool=gcov-8 --directory "$GITHUB_WORKSPACE/test" --capture --output-file all.info
141+
lcov --gcov-tool=gcov-14 --directory "$GITHUB_WORKSPACE/test" --capture --output-file all.info
142142
# dump a summary on the console
143143
lcov --list all.info
144144
# Limit to our files (header-only in this case)

0 commit comments

Comments
 (0)