mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-10 00:10:05 +00:00
fix: add back in working dir (#971)
This commit is contained in:
parent
5bf250470e
commit
b4dfea724f
5 changed files with 14 additions and 1 deletions
|
|
@ -104,6 +104,9 @@ inputs:
|
|||
version:
|
||||
description: 'Specify which version of the Codecov Uploader should be used. Defaults to `latest`'
|
||||
required: false
|
||||
working-directory:
|
||||
description: 'Directory in which to execute codecov.sh'
|
||||
required: false
|
||||
xcode:
|
||||
description: 'Run with xcode support'
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue