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(