mirror of
https://github.com/codecov/codecov-action.git
synced 2026-03-30 01:55:02 +00:00
add name input with debug cmds
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user