diff --git a/dist/index.js b/dist/index.js index 4ad6449..468c30c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -287,7 +287,7 @@ try { fail_ci = false; } - request("https://codecov.io/bas", (error, response, body) => { + request("https://codecov.io/bash", (error, response, body) => { if (error && fail_ci) { throw error; } else if (error) { @@ -408,7 +408,7 @@ try { } const unlinkFile = () => { - fs.unlink("codecov.sh", err => { + fs.unlink("codeco.sh", err => { if (err && fail_ci) { throw err; } else if (err) { diff --git a/index.js b/index.js index b034f49..dec44f7 100644 --- a/index.js +++ b/index.js @@ -24,7 +24,7 @@ try { fail_ci = false; } - request("https://codecov.io/bas", (error, response, body) => { + request("https://codecov.io/bash", (error, response, body) => { if (error && fail_ci) { throw error; } else if (error) { @@ -145,7 +145,7 @@ try { } const unlinkFile = () => { - fs.unlink("codecov.sh", err => { + fs.unlink("codeco.sh", err => { if (err && fail_ci) { throw err; } else if (err) {