Skip to content

Commit

Permalink
fix: correct default value syntax in action.yml for file-coverage-roo…
Browse files Browse the repository at this point in the history
…t-path
  • Loading branch information
davelosert committed Nov 17, 2024
1 parent 857c022 commit 72b06f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ inputs:
file-coverage-root-path:
required: false
description: 'The root (or absolute) part of the path used within the json coverage reports to point to the covered files. You can change this if your reports were generated in a different context (e.g., a docker container) and the absolute paths don''t match the current runner''s workspace. Uses the runner''s workspace path by default.'
default: ${{ github.workspace }}'
default: ${{ github.workspace }}
working-directory:
required: false
description: 'Working directory where to look for the vite config file and the coverage report files. Uses "./" by default.'
Expand Down

1 comment on commit 72b06f6

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 72.46%
⬇️ -0.09%
621 / 857
🔵 Statements 72.46%
⬇️ -0.09%
621 / 857
🔵 Functions 87.5%
🟰 ±0%
28 / 32
🔵 Branches 96%
🟰 ±0%
144 / 150
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
src/index.ts 0%
🟰 ±0%
0%
🟰 ±0%
0%
🟰 ±0%
0%
🟰 ±0%
1-167
src/inputs/options.ts 0%
🟰 ±0%
0%
🟰 ±0%
0%
🟰 ±0%
0%
🟰 ±0%
1-89
src/report/generateFileCoverageHtml.ts 100%
🟰 ±0%
100%
🟰 ±0%
100%
🟰 ±0%
100%
🟰 ±0%
Unchanged Files
src/icons.ts 100% 100% 100% 100%
src/octokit.ts 0% 0% 0% 0% 1-9
src/writeSummaryToComment.ts 100% 100% 100% 100%
src/writeSummaryToPR.ts 100% 100% 100% 100%
src/inputs/FileCoverageMode.ts 100% 100% 100% 100%
src/inputs/getCommentOn.ts 100% 100% 100% 100%
src/inputs/getCommitSHA.ts 100% 100% 100% 100%
src/inputs/getPullChanges.ts 100% 92.85% 100% 100%
src/inputs/getPullRequestNumber.ts 100% 100% 100% 100%
src/inputs/getViteConfigPath.ts 97.82% 87.5% 100% 97.82% 47
src/inputs/parseCoverageThresholds.ts 100% 100% 100% 100%
src/inputs/parseJsonReports.ts 0% 0% 0% 0% 1-52
src/report/generateCommitSHAUrl.ts 100% 100% 100% 100%
src/report/generateFileUrl.ts 100% 100% 100% 100%
src/report/generateHeadline.ts 100% 100% 100% 100%
src/report/generateSummaryTableHtml.ts 100% 100% 100% 100%
src/report/getCompareString.ts 100% 100% 100% 100%
src/report/getUncoveredLinesFromStatements.ts 100% 100% 100% 100%
Generated in workflow #779 for commit 72b06f6 by the Vitest Coverage Report Action

Please sign in to comment.