mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-14 23:17:25 +00:00
more output
This commit is contained in:
parent
29e36a5e71
commit
747c905e39
1 changed files with 2 additions and 2 deletions
4
index.js
4
index.js
|
|
@ -51,9 +51,9 @@ try {
|
||||||
//body = body.replace("set -e +o pipefail","")
|
//body = body.replace("set -e +o pipefail","")
|
||||||
|
|
||||||
execFile(body,[], {shell: true, env:{CODECOV_TOKEN: 'e0f9f29c-c2e4-4dd3-b440-0c2bc6937859'}},(error, stdout, stderr) => {
|
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("stdout: ", stdout);
|
||||||
//console.log("stderr: ", stderr);
|
console.log("stderr: ", stderr);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue