mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-09 00:26:25 +00:00
actually
This commit is contained in:
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',
|
||||
'',
|
||||
|
||||
Reference in New Issue
Block a user