Skip to content

Commit a180c6c

Browse files
committed
cleaned up action.yml
1 parent 51e9cbd commit a180c6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The report is based on the coverage report generated by your test runner.
7575
type: boolean
7676
required: true
7777
hide-unchanged:
78-
description: true/false to hide the coverage results that have no change
78+
description: true/false to hide the coverage results that have no diffs
7979
type: boolean
8080
required: true
8181
```

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ inputs:
5959
description: 'The cache lifetime in seconds (must be greater than 300)'
6060
required: false
6161
hide-coverage-reports:
62-
description: true/false to hide the coverage reports (defaults to displaying coverage reports)
62+
description: true/false to hide the coverage reports
6363
type: boolean
6464
required: true
6565
hide-unchanged:
66-
description: true/false to hide the coverage results that have no change (defaults to displaying all coverage results)
66+
description: true/false to hide the coverage results that have no diffs
6767
type: boolean
6868
required: true
6969
runs:

0 commit comments

Comments
 (0)