mirror of
https://github.com/codecov/codecov-action.git
synced 2026-05-13 11:26:58 +00:00
try removing pipefail line
This commit is contained in:
2
index.js
2
index.js
@@ -47,6 +47,8 @@ try {
|
|||||||
|
|
||||||
// })
|
// })
|
||||||
|
|
||||||
|
body.replace("set -e +o pipefail","")
|
||||||
|
|
||||||
execSh([`export CODECOV_TOKEN=${token}`, body],(error, stdout, stderr) => {
|
execSh([`export CODECOV_TOKEN=${token}`, body],(error, stdout, stderr) => {
|
||||||
console.log("error: ", error);
|
console.log("error: ", error);
|
||||||
console.log("stdout: ", stdout);
|
console.log("stdout: ", stdout);
|
||||||
|
|||||||
Reference in New Issue
Block a user