mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-12 22:17:24 +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:
|
verbose:
|
||||||
description: 'Specify whether the Codecov output should be verbose'
|
description: 'Specify whether the Codecov output should be verbose'
|
||||||
required: false
|
required: false
|
||||||
|
bash_args:
|
||||||
|
description: 'Extra arguments to pass into the codecov bash script. One argument per line.'
|
||||||
|
required: false
|
||||||
branding:
|
branding:
|
||||||
color: 'red'
|
color: 'red'
|
||||||
icon: 'umbrella'
|
icon: 'umbrella'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue