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 50fef13 commit c95a209
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ jobs:
- name: Run tests with coverage
run: npm run test:cov && npm run test:report

- name: List files in workspace
run: echo "Listing files in workspace:" && ls -R ${{ github.workspace }}

- name: Generate coverage report
uses: MishaKav/jest-coverage-comment@main
with:
title: Test Coverage Report
title: Test coverage report
summary-title: Report of coverage tests generated from GitHub Actions
badge-title: Coverage
create-new-comment: true
coverage-summary-path: ${{ github.workspace }}/src/coverage/coverage-summary.json

1 comment on commit c95a209

@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.