mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-14 01:36:52 +00:00
Allow specifying version of Codecov uploader
This commit is contained in:
parent
f6d4366a4c
commit
72dfd4782e
14 changed files with 170 additions and 35 deletions
|
|
@ -68,6 +68,9 @@ inputs:
|
|||
verbose:
|
||||
description: 'Specify whether the Codecov output should be verbose'
|
||||
required: false
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue