From 18a0ab0c6619e557779a3e0c43133e4a4134783a Mon Sep 17 00:00:00 2001 From: Sasha Melentyev Date: Wed, 29 Jun 2022 16:08:49 +0300 Subject: [PATCH] add threshold --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index e8acdc1..8191661 100644 --- a/action.yml +++ b/action.yml @@ -74,6 +74,9 @@ inputs: slug: description: 'Specify the slug manually (Enterprise use)' required: false + threshold: + description: 'Allow the coverage to drop by X%, and posting a success status.' + required: false url: description: 'Change the upload host (Enterprise use)' required: false