mirror of
https://github.com/codecov/codecov-action
synced 2026-09-14 20:13:46 +00:00
fix: add more verbosity to validation (#747)
* fix: add more verbosity to validation * fix: more verbosity on tests * fix: use proper variable for sig
This commit is contained in:
+1
-1
@@ -176,7 +176,7 @@ const buildExec = () => {
|
||||
uploaderVersion = 'latest';
|
||||
}
|
||||
|
||||
return {execArgs, options, failCi, os, uploaderVersion};
|
||||
return {execArgs, options, failCi, os, uploaderVersion, verbose};
|
||||
};
|
||||
|
||||
export default buildExec;
|
||||
|
||||
Reference in New Issue
Block a user