mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-08 07:20:04 +00:00
Add "working-directory:" setting
This commit is contained in:
parent
beb5a9626e
commit
55dde41e2b
2 changed files with 8 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ inputs:
|
|||
verbose:
|
||||
description: 'Specify whether the Codecov output should be verbose'
|
||||
required: false
|
||||
working-directory:
|
||||
description: 'Directory in which to execute codecov.sh'
|
||||
required: false
|
||||
branding:
|
||||
color: 'red'
|
||||
icon: 'umbrella'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue