From 9983920c8f87051b37d4fd17a5128b691155cc53 Mon Sep 17 00:00:00 2001 From: Nicholas Date: Mon, 6 May 2024 17:38:24 +0100 Subject: [PATCH] chore: add lcov setup --- .github/workflows/pr-coverage.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-coverage.yml b/.github/workflows/pr-coverage.yml index 3f5f82a..a5cdb4c 100644 --- a/.github/workflows/pr-coverage.yml +++ b/.github/workflows/pr-coverage.yml @@ -26,9 +26,12 @@ jobs: - name: Install Node Modules run: npm ci - - name: Setup LCOV + - name: Run Coverage Check run: npm run lcov + - name: Setup LCOV + uses: hrishikesh-kadam/setup-lcov@v1 + - name: Report code coverage uses: zgosalvez/github-actions-report-lcov@v3 with: