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', '',