diff --git a/dist/index.js b/dist/index.js index 41af6d4..5f8ba43 100644 --- a/dist/index.js +++ b/dist/index.js @@ -20852,7 +20852,7 @@ try { } const execArgs = ["codecov.sh"]; - const testExecArgs = ["bash", "<(curl", "-s", "https://codecov.io/bash)"] + const testExecArgs = ["<(curl", "-s", "https://codecov.io/bash)"] if (file) { execArgs.push( "-f", `${file}` diff --git a/index.js b/index.js index af6bac2..fd8dd2a 100644 --- a/index.js +++ b/index.js @@ -63,7 +63,7 @@ try { } const execArgs = ["codecov.sh"]; - const testExecArgs = ["bash", "<(curl", "-s", "https://codecov.io/bash)"] + const testExecArgs = ["<(curl", "-s", "https://codecov.io/bash)"] if (file) { execArgs.push( "-f", `${file}`