mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-09 07:50:04 +00:00
add file path param
This commit is contained in:
parent
72a27786b2
commit
caffaa27c7
2 changed files with 6 additions and 0 deletions
|
|
@ -5,6 +5,9 @@ inputs:
|
|||
token:
|
||||
description: 'Set the repository token'
|
||||
required: false
|
||||
file:
|
||||
description: 'Path to coverage file'
|
||||
required: false
|
||||
branding:
|
||||
color: 'red'
|
||||
icon: 'umbrella'
|
||||
|
|
@ -13,3 +16,4 @@ runs:
|
|||
image: 'Dockerfile'
|
||||
args:
|
||||
- ${{ inputs.token }}
|
||||
- ${{ inputs.file }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue