mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-08 16:16:24 +00:00
include only token as input
This commit is contained in:
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'
|
description: 'Github action that uploads coverage reports for this repository to codecov.io'
|
||||||
author: 'Ib @ Codecov'
|
author: 'Ib @ Codecov'
|
||||||
inputs:
|
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:
|
token:
|
||||||
description: 'Set the private repository token'
|
description: 'Set the repository token'
|
||||||
branding:
|
branding:
|
||||||
color: 'red'
|
color: 'red'
|
||||||
icon: 'umbrella'
|
icon: 'umbrella'
|
||||||
|
|||||||
Reference in New Issue
Block a user