From a48be3a3783993c7d74885997d6870c0b7be96bc Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Thu, 10 Jun 2021 23:01:10 -0400 Subject: [PATCH] a var --- dist/index.js | 1 - src/index.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index cda5fd5..272d50e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1886,7 +1886,6 @@ try { core.warning("Codecov warning: " + err.message); } exec.exec('bash', execArgs_1, options_1)["catch"](function (err) { - console.log(status); console.log(err); if (failCi_1) { core.setFailed("Codecov failed with the following error: " + err.message); diff --git a/src/index.ts b/src/index.ts index 4b2e318..a2b49bc 100644 --- a/src/index.ts +++ b/src/index.ts @@ -20,7 +20,6 @@ try { exec.exec('bash', execArgs, options) .catch((err) => { - console.log(status); console.log(err); if (failCi) { core.setFailed(