Allow specifying version of Codecov uploader

This commit is contained in:
Tom Hu 2021-09-09 13:15:02 -04:00
parent f6d4366a4c
commit 72dfd4782e
No known key found for this signature in database
GPG key ID: 6D87FFF4D2F6D66F
14 changed files with 170 additions and 35 deletions

View file

@ -73,6 +73,7 @@ Codecov's Action currently supports five inputs from the user: `token`, `file`,
| `slug` | Specify the slug manually (Enterprise use) | Optional
| `url` | Change the upload host (Enterprise use) | Optional
| `verbose` | Specify whether the Codecov output should be verbose | Optional
| `version` | Specify which version of the Codecov Uploader should be used. Defaults to `latest` | Optional
| `working-directory` | Directory in which to execute `codecov.sh` | Optional
### Example `workflow.yml` with Codecov Action