From b70693d160aac47cb25d7e0ff8e958a2e39064f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Tue, 6 Aug 2019 18:27:47 -0700 Subject: [PATCH] include only token as input --- action.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/action.yml b/action.yml index b310502..af611e3 100644 --- a/action.yml +++ b/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'