Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Nov 19, 2024
1 parent 2ff6eb7 commit a53c4d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/canyon-backend/src/utils/coverage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ const removeStartEndNull = (coverage) => {
...item,
branchMap: newBranchMap,
};
} else {
obj[key] = item;
}
});
// fs.writeFileSync('./coverage.json', JSON.stringify(obj));
Expand Down

0 comments on commit a53c4d1

Please sign in to comment.