mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
actually
This commit is contained in:
parent
21a1e2948d
commit
65f43cece2
2 changed files with 1 additions and 2 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
|
@ -59564,7 +59564,6 @@ var buildExec = function () {
|
|||
envVarsArg.push(envVarClean);
|
||||
}
|
||||
}
|
||||
console.log(context);
|
||||
if (token) {
|
||||
options.env.CODECOV_TOKEN = token;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ const context = github.context;
|
|||
test('no arguments', () => {
|
||||
const {execArgs, filepath, failCi} = buildExec();
|
||||
|
||||
args = [
|
||||
const args = [
|
||||
'codecov.sh',
|
||||
'-n',
|
||||
'',
|
||||
|
|
|
|||
Loading…
Reference in a new issue