From edf4cf5979007c4b53941acfcfad763500050e9b Mon Sep 17 00:00:00 2001 From: erlingrj Date: Tue, 21 May 2024 19:51:47 +0200 Subject: [PATCH] Add Coverage report to PRs --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50c6945d..587f15e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,4 +18,7 @@ jobs: cmake -Bbuild && cd build cmake --build . make test - \ No newline at end of file + - name: Coverage + uses: romeovs/lcov-reporter-action@v0.2.16 + with: + lcov-file: build/coverage.info \ No newline at end of file