From e036b9e6817f6da27cd0afc6ccc5de55e5558dca Mon Sep 17 00:00:00 2001 From: erlingrj Date: Tue, 21 May 2024 21:59:12 +0200 Subject: [PATCH] CI --- .github/workflows/coverage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 51e54d2e..a5cf6641 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -16,6 +16,8 @@ jobs: with: submodules: recursive ref: main + - name: Install deps + run: sudo apt-get install lcov - name: Run tests on main for coverage comparison run: | git checkout main