Skip to content

Commit

Permalink
Doc fail-file-reduced
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillick committed Jan 9, 2023
1 parent 3a4fffe commit 60434f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
description: Required to comment on the PR
default: ${{ github.token }}
fail-file-reduced:
description: If coverage for any file is reduced by this much (in percent) the run will fail.
description: If coverage for any file is reduced by this much (in percent) the run will fail. Defaults to 0.5%, set to 0 to disable.
default: 0.5
custom-message:
description: Add custom text to the output.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-coverage-reporter",
"version": "1.0.9",
"version": "1.0.10",
"description": "Generate a test coverage report for a PR",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 60434f8

Please sign in to comment.