mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 04:57:24 +00:00
add threshold
This commit is contained in:
parent
8e09eaf1b4
commit
18a0ab0c66
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue