Skip to content

Commit

Permalink
Add lcov to GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xg0nz0 committed Mar 11, 2024
1 parent 8ae91d4 commit 5957c65
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:
sudo apt-get update && \
sudo apt-get install -y autoconf \
autoconf-archive \
build-essential
build-essential \
gcovr lcov xdg-utils
- name: Setup vcpkg
uses: lukka/run-vcpkg@v11
with:
Expand Down

0 comments on commit 5957c65

Please sign in to comment.