mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
include only token as input
This commit is contained in:
parent
7cb6a4679d
commit
b70693d160
1 changed files with 1 additions and 10 deletions
11
action.yml
11
action.yml
|
|
@ -2,17 +2,8 @@ name: 'Codecov'
|
|||
description: 'Github action that uploads coverage reports for this repository to codecov.io'
|
||||
author: 'Ib @ Codecov'
|
||||
inputs:
|
||||
conf:
|
||||
description: 'Used to specify the location of the codecov.yml config file'
|
||||
default: 'codecov.yml'
|
||||
file:
|
||||
description: 'Path to the code coverage data file to upload'
|
||||
default: ''
|
||||
flags:
|
||||
description: 'Flag the upload to group coverage metrics (e.g. unittests | integration | ui,chrome)'
|
||||
default: ''
|
||||
token:
|
||||
description: 'Set the private repository token'
|
||||
description: 'Set the repository token'
|
||||
branding:
|
||||
color: 'red'
|
||||
icon: 'umbrella'
|
||||
|
|
|
|||
Loading…
Reference in a new issue