From fcf106bb6b3225b9767bf5ae1d060536381f1586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Sat, 3 Aug 2019 07:11:50 -0700 Subject: [PATCH] add action yml --- codecov/action.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 codecov/action.yml diff --git a/codecov/action.yml b/codecov/action.yml new file mode 100644 index 0000000..5824f64 --- /dev/null +++ b/codecov/action.yml @@ -0,0 +1,14 @@ +name: 'Codecov' +description: 'Upload coverage to Codecov' +# inputs: +# who-to-greet: # id of input +# description: 'Who to greet' +# required: true +# default: 'World' +# outputs: +# time: # id of output +# description: 'The time we did the greeting' +branding: + color: 'red' # optional, decorates the entry in the GitHub Marketplace + icon: 'umbrella' +runs: './entrypoint.js' \ No newline at end of file