Skip to content

Commit

Permalink
Install lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
mwthinker committed Jan 7, 2024
1 parent 6ce7b24 commit 9459f25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:

- name: Run code coverage
shell: bash
run: |
run: |
sudo apt install lcov
cd build_debug
lcov -c -d . -b ../src --no-external -o lcov.info
if: runner.os == 'Linux' || runner.os == 'macOS'
Expand Down

0 comments on commit 9459f25

Please sign in to comment.