test bad unlink

This commit is contained in:
ibrahim0814
2019-12-05 19:54:02 -08:00
parent 5f55456d46
commit eb1ea256cb
2 changed files with 4 additions and 4 deletions

View File

@@ -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) {