We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c451685 commit ae235b3Copy full SHA for ae235b3
.github/workflows/ci.yml
@@ -138,7 +138,7 @@ jobs:
138
if: matrix.coverage
139
run: |
140
lcov --version
141
- lcov --gcov-tool=gcov-8 --directory "$GITHUB_WORKSPACE/test" --capture --output-file all.info
+ lcov --gcov-tool=gcov-14 --directory "$GITHUB_WORKSPACE/test" --capture --output-file all.info
142
# dump a summary on the console
143
lcov --list all.info
144
# Limit to our files (header-only in this case)
0 commit comments