From eb1ea256cb56951df24cf2e868c1d01faaa06ee7 Mon Sep 17 00:00:00 2001 From: ibrahim0814 Date: Thu, 5 Dec 2019 19:54:02 -0800 Subject: [PATCH] test bad unlink --- dist/index.js | 4 ++-- index.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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) {