Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
jpb06 committed Feb 21, 2023
1 parent 26cf6e7 commit af3d433
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/logic/jest/isJestCoverageReportAvailable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const isJestCoverageReportAvailable = async (): Promise<boolean> => {
if (!data || !data.total) {
return false;
}
console.log('json data', data, coverageSummaryPath);

if (
isUndefined(data.total.branches) ||
Expand Down

0 comments on commit af3d433

Please sign in to comment.