diff --git a/dist/index.js b/dist/index.js index ce7e02b..036eb27 100644 --- a/dist/index.js +++ b/dist/index.js @@ -14726,6 +14726,7 @@ try { else { console.log('file does not exist'); } + console.log(fs.statSync(filename)); exec.exec(filename)["catch"](function (err) { core.setFailed("Codecov failed with the following error: " + err.message); }) diff --git a/src/index.ts b/src/index.ts index efa0b28..84f1706 100644 --- a/src/index.ts +++ b/src/index.ts @@ -36,6 +36,7 @@ try { } else { console.log('file does not exist'); } + console.log(fs.statSync(filename)); exec.exec(filename) .catch((err) => {