remove pipe

This commit is contained in:
Tom Hu 2021-07-07 18:32:20 -07:00
parent d4e3df8475
commit f4d4c99f20
No known key found for this signature in database
GPG key ID: F7E832BD316D5603
2 changed files with 2 additions and 6 deletions

View file

@ -25,9 +25,7 @@ try {
// TODO - validate step
fs.chmodSync(filename, '777');
exec.exec(filename, {
stdio: ['pipe', process.stdout, process.stderr],
}).catch((err) => {
exec.exec(filename).catch((err) => {
core.setFailed(
'Codecov: Failed to properly upload: ' +
`${err.message}`,