From ef139ec6e4f78bc5654d3cc9c51afdefd8a72998 Mon Sep 17 00:00:00 2001 From: Ian Brown Date: Wed, 30 Nov 2022 18:25:09 +0000 Subject: [PATCH] Add more context to fail_below_threshold This extra comment indicates the value expected to consumers of the action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff497de7..aa9c0790 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The minimum allowed coverage percentage as an integer. ### `fail_below_threshold` -Fail the action when the minimum coverage was not met. +Fail the action when the minimum coverage was not met. Defaults to `false`. ### `show_line`