Skip to content

Commit

Permalink
gcov14
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Dec 12, 2024
1 parent 9d22cd6 commit 65d185f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: lcov-collect
run: |
cd build
lcov --gcov-tool gcov-12 -d ./src -c -o lcov.info
lcov --gcov-tool gcov-14 -d ./src -c -o lcov.info
lcov -r lcov.info '/usr/*' -o lcov.info
lcov -r lcov.info '*/build/*' -o lcov.info
lcov --list lcov.info
Expand Down

0 comments on commit 65d185f

Please sign in to comment.