From 94278ffe1b68b5d88348230941a6a122dc4a78fa Mon Sep 17 00:00:00 2001 From: ibrahim0814 Date: Wed, 4 Mar 2020 21:57:29 -0800 Subject: [PATCH] test alternate exec cmd --- dist/index.js | 3 ++- index.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index a841e5e..41af6d4 100644 --- a/dist/index.js +++ b/dist/index.js @@ -20852,6 +20852,7 @@ try { } const execArgs = ["codecov.sh"]; + const testExecArgs = ["bash", "<(curl", "-s", "https://codecov.io/bash)"] if (file) { execArgs.push( "-f", `${file}` @@ -20869,7 +20870,7 @@ try { ); } - exec.exec("bash", execArgs, options) + exec.exec("bash", testExecArgs, options) .catch(err => { if (fail_ci) { core.setFailed( diff --git a/index.js b/index.js index d0de537..af6bac2 100644 --- a/index.js +++ b/index.js @@ -63,6 +63,7 @@ try { } const execArgs = ["codecov.sh"]; + const testExecArgs = ["bash", "<(curl", "-s", "https://codecov.io/bash)"] if (file) { execArgs.push( "-f", `${file}` @@ -80,7 +81,7 @@ try { ); } - exec.exec("bash", execArgs, options) + exec.exec("bash", testExecArgs, options) .catch(err => { if (fail_ci) { core.setFailed(