mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-16 16:01:44 +00:00
Build project
This commit is contained in:
parent
07e48b8629
commit
f41af9192a
2 changed files with 4 additions and 2 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
|
@ -20577,7 +20577,9 @@ const buildExec = () => {
|
||||||
if (uploaderVersion == '') {
|
if (uploaderVersion == '') {
|
||||||
uploaderVersion = 'latest';
|
uploaderVersion = 'latest';
|
||||||
}
|
}
|
||||||
console.debug({ execArgs });
|
if (verbose) {
|
||||||
|
console.debug({ execArgs });
|
||||||
|
}
|
||||||
return { execArgs, options, failCi, os, uploaderVersion, verbose };
|
return { execArgs, options, failCi, os, uploaderVersion, verbose };
|
||||||
};
|
};
|
||||||
/* harmony default export */ const src_buildExec = (buildExec);
|
/* harmony default export */ const src_buildExec = (buildExec);
|
||||||
|
|
|
||||||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue