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: