From 50fef134ef4d87c122fb8caf43f2d3bbe9ef3249 Mon Sep 17 00:00:00 2001 From: Junior Carrillo Date: Fri, 20 Sep 2024 15:23:36 -0500 Subject: [PATCH] fix(GitHub Action): Add list files in workspace --- .github/workflows/test-coverage.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index aad758d..e778b33 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -35,8 +35,8 @@ jobs: run: echo "Listing files in workspace:" && ls -R ${{ github.workspace }} - name: Generate coverage report - uses: ArtiomTr/jest-coverage-report-action@v2 + uses: MishaKav/jest-coverage-comment@main with: - github-token: ${{ secrets.GITHUB_TOKEN }} - coverage-file: ${{ github.workspace }}/src/coverage/coverage-final.json - output: comment, report-markdown + title: Test Coverage Report + badge-title: Coverage + coverage-summary-path: ${{ github.workspace }}/src/coverage/coverage-summary.json