mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-11 08:50:04 +00:00
Add verbosity
This commit is contained in:
parent
dade30aaa0
commit
283d2693b9
6 changed files with 3568 additions and 2793 deletions
|
|
@ -29,6 +29,9 @@ inputs:
|
|||
fail_ci_if_error:
|
||||
description: 'Specify whether or not CI build should fail if Codecov runs into an error during upload'
|
||||
required: false
|
||||
verbose:
|
||||
description: 'Specify whether the Codecov output should be verbose'
|
||||
required: false
|
||||
branding:
|
||||
color: 'red'
|
||||
icon: 'umbrella'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue