Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
b3b00 committed Oct 19, 2023
1 parent 77a2bb0 commit 132dd2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ try {


if (!fs.existsSync(coverageFile)) {
fs.readdirSync(testFolder).forEach(file => {
console.log(file);
});
core.setFailed(
`error occured : coverage file not found at ${coverageFile}`
);
Expand Down

0 comments on commit 132dd2e

Please sign in to comment.