mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 20:47:26 +00:00
Forgot to include in action.yml
This commit is contained in:
parent
191f7acbf3
commit
aac37b05f8
1 changed files with 3 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ inputs:
|
|||
verbose:
|
||||
description: 'Specify whether the Codecov output should be verbose'
|
||||
required: false
|
||||
bash_args:
|
||||
description: 'Extra arguments to pass into the codecov bash script. One argument per line.'
|
||||
required: false
|
||||
branding:
|
||||
color: 'red'
|
||||
icon: 'umbrella'
|
||||
|
|
|
|||
Loading…
Reference in a new issue