From 5957c65a39961eba4175383671e52b3284826bec Mon Sep 17 00:00:00 2001 From: 0xG0nz0 <8682922+0xg0nz0@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:28:14 +0000 Subject: [PATCH] Add lcov to GitHub Actions workflow --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e16b2b0..b7c2486 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: