mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 04:57:24 +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 == '') {
|
||||
uploaderVersion = 'latest';
|
||||
}
|
||||
console.debug({ execArgs });
|
||||
if (verbose) {
|
||||
console.debug({ execArgs });
|
||||
}
|
||||
return { execArgs, options, failCi, os, uploaderVersion, verbose };
|
||||
};
|
||||
/* 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