mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-15 07:27:24 +00:00
Add verbose guard
This commit is contained in:
parent
534a043a1e
commit
07e48b8629
1 changed files with 3 additions and 1 deletions
|
|
@ -176,7 +176,9 @@ const buildExec = () => {
|
||||||
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};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue