mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-09 00:26:25 +00:00
more output
This commit is contained in:
4
index.js
4
index.js
@@ -51,9 +51,9 @@ try {
|
||||
//body = body.replace("set -e +o pipefail","")
|
||||
|
||||
execFile(body,[], {shell: true, env:{CODECOV_TOKEN: 'e0f9f29c-c2e4-4dd3-b440-0c2bc6937859'}},(error, stdout, stderr) => {
|
||||
//console.log("error: ", error);
|
||||
console.log("error: ", error);
|
||||
console.log("stdout: ", stdout);
|
||||
//console.log("stderr: ", stderr);
|
||||
console.log("stderr: ", stderr);
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user