mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-16 16:01:44 +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:
|
slug:
|
||||||
description: 'Specify the slug manually (Enterprise use)'
|
description: 'Specify the slug manually (Enterprise use)'
|
||||||
required: false
|
required: false
|
||||||
|
threshold:
|
||||||
|
description: 'Allow the coverage to drop by X%, and posting a success status.'
|
||||||
|
required: false
|
||||||
url:
|
url:
|
||||||
description: 'Change the upload host (Enterprise use)'
|
description: 'Change the upload host (Enterprise use)'
|
||||||
required: false
|
required: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue