Skip to content

Commit 65d185f

Browse files
committed
gcov14
1 parent 9d22cd6 commit 65d185f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: lcov-collect
8989
run: |
9090
cd build
91-
lcov --gcov-tool gcov-12 -d ./src -c -o lcov.info
91+
lcov --gcov-tool gcov-14 -d ./src -c -o lcov.info
9292
lcov -r lcov.info '/usr/*' -o lcov.info
9393
lcov -r lcov.info '*/build/*' -o lcov.info
9494
lcov --list lcov.info

0 commit comments

Comments
 (0)