mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08: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);
|
envVarsArg.push(envVarClean);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log(context);
|
|
||||||
if (token) {
|
if (token) {
|
||||||
options.env.CODECOV_TOKEN = token;
|
options.env.CODECOV_TOKEN = token;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ const context = github.context;
|
|||||||
test('no arguments', () => {
|
test('no arguments', () => {
|
||||||
const {execArgs, filepath, failCi} = buildExec();
|
const {execArgs, filepath, failCi} = buildExec();
|
||||||
|
|
||||||
args = [
|
const args = [
|
||||||
'codecov.sh',
|
'codecov.sh',
|
||||||
'-n',
|
'-n',
|
||||||
'',
|
'',
|
||||||
|
|||||||
Reference in New Issue
Block a user