mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-16 16:01:44 +00:00
fix action yaml description
This commit is contained in:
parent
ab46201142
commit
a497b16d77
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ inputs:
|
||||||
description: 'Specify the location of the .codecov.yml config file'
|
description: 'Specify the location of the .codecov.yml config file'
|
||||||
required: false
|
required: false
|
||||||
fail_ci_if_error:
|
fail_ci_if_error:
|
||||||
description: 'Specify whether or not CI build should fail is something goes wrong with Codecov'
|
description: 'Specify whether or not CI build should fail if Codecov runs into an error during upload'
|
||||||
required: false
|
required: false
|
||||||
branding:
|
branding:
|
||||||
color: 'red'
|
color: 'red'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue