Skip to content

Commit

Permalink
actually
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Mar 9, 2021
1 parent 21a1e29 commit 65f43ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59564,7 +59564,6 @@ var buildExec = function () {
envVarsArg.push(envVarClean);
}
}
console.log(context);
if (token) {
options.env.CODECOV_TOKEN = token;
}
Expand Down
2 changes: 1 addition & 1 deletion src/buildExec.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const context = github.context;
test('no arguments', () => {
const {execArgs, filepath, failCi} = buildExec();

args = [
const args = [
'codecov.sh',
'-n',
'',
Expand Down

0 comments on commit 65f43ce

Please sign in to comment.