From 65f43cece2c52d3e87256602f328dc0cdd5ef4df Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Mon, 8 Mar 2021 19:30:10 -0500 Subject: [PATCH] actually --- dist/index.js | 1 - src/buildExec.test.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 6d6d54c53..eed19a517 100644 --- a/dist/index.js +++ b/dist/index.js @@ -59564,7 +59564,6 @@ var buildExec = function () { envVarsArg.push(envVarClean); } } - console.log(context); if (token) { options.env.CODECOV_TOKEN = token; } diff --git a/src/buildExec.test.ts b/src/buildExec.test.ts index a51f4951d..88eeb593e 100644 --- a/src/buildExec.test.ts +++ b/src/buildExec.test.ts @@ -5,7 +5,7 @@ const context = github.context; test('no arguments', () => { const {execArgs, filepath, failCi} = buildExec(); - args = [ + const args = [ 'codecov.sh', '-n', '',