Skip to content

Commit

Permalink
fix(GitHub Action): Add list files in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
carrilloapps committed Sep 20, 2024
1 parent ecf3b4e commit 50fef13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

1 comment on commit 50fef13

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Coverage Report

Please sign in to comment.