Skip to content

Commit

Permalink
llvm-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Sep 8, 2023
1 parent daa9a55 commit c69826f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Generate Coverage
if: matrix.build_type == 'Debug'
run: |
lcov --directory . --capture --output-file coverage.info
lcov --directory . --capture --output-file coverage.info --gcov-tool llvm-cov gcov
lcov --remove coverage.info \
'*/src/*_unittest.cc' \
'*/src/googletest.h' \
Expand Down

0 comments on commit c69826f

Please sign in to comment.