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 b5b9e5e commit 9344f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
summary-title: Report of coverage tests generated from GitHub Actions
badge-title: Coverage
create-new-comment: true
coverage-summary-path: ${{ github.workspace }}/home/runner/work/nodets/nodets/coverage/coverage-summary.json
coverage-summary-path: ./coverage/coverage-summary.json

1 comment on commit 9344f27

@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

Report of coverage tests generated from GitHub Actions

Lines Statements Branches Functions
Coverage: 100%
100% (27/27) 100% (8/8) 100% (8/8)

Please sign in to comment.