mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-14 17:56:52 +00:00
add flags
This commit is contained in:
parent
48bb5e4ec3
commit
1cb9bf4ff5
2 changed files with 16 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ inputs:
|
|||
file:
|
||||
description: 'Path to coverage file to upload'
|
||||
required: false
|
||||
flags:
|
||||
description: 'Flag upload to group coverage metrics (e.g. unittests | integration | ui,chrome)'
|
||||
required: false
|
||||
branding:
|
||||
color: 'red'
|
||||
icon: 'umbrella'
|
||||
|
|
@ -17,3 +20,4 @@ runs:
|
|||
args:
|
||||
- ${{ inputs.token }}
|
||||
- ${{ inputs.file }}
|
||||
- ${{ inputs.flags }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue