Skip to content

Commit

Permalink
cleaned up action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhunt27 committed Apr 3, 2024
1 parent 51e9cbd commit a180c6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The report is based on the coverage report generated by your test runner.
type: boolean
required: true
hide-unchanged:
description: true/false to hide the coverage results that have no change
description: true/false to hide the coverage results that have no diffs
type: boolean
required: true
```
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ inputs:
description: 'The cache lifetime in seconds (must be greater than 300)'
required: false
hide-coverage-reports:
description: true/false to hide the coverage reports (defaults to displaying coverage reports)
description: true/false to hide the coverage reports
type: boolean
required: true
hide-unchanged:
description: true/false to hide the coverage results that have no change (defaults to displaying all coverage results)
description: true/false to hide the coverage results that have no diffs
type: boolean
required: true
runs:
Expand Down

0 comments on commit a180c6c

Please sign in to comment.