mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-14 01:36:52 +00:00
add name input with debug cmds
This commit is contained in:
parent
e749576e48
commit
9aebf8f59e
2 changed files with 47 additions and 1 deletions
|
|
@ -2,6 +2,9 @@ name: 'Codecov'
|
|||
description: 'GitHub action that uploads coverage reports for your repository to codecov.io'
|
||||
author: 'Ibrahim Ali @ Codecov'
|
||||
inputs:
|
||||
name:
|
||||
description: 'User defined upload name. Visible in Codecov's UI'
|
||||
required: false
|
||||
token:
|
||||
description: 'Set the repository token'
|
||||
required: false
|
||||
|
|
@ -18,6 +21,8 @@ runs:
|
|||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
args:
|
||||
- ${{ inputs.name }}
|
||||
- ${{ inputs.token }}
|
||||
- ${{ inputs.file }}
|
||||
- ${{ inputs.flags }}
|
||||
- ${{ inputs.flags }}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue