Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Oct 7, 2024
1 parent 39151e4 commit b2d8ba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/canyon-report/lib/reports/dynamic-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const generateDynamicData = ({coverage,_instrumentCwd}) => {
const jsonData = {
content: data,
coverage: {
...coverage[key],
...JSON.parse(coverage)[key],
path: key.replaceAll(instrumentCwd+'/', ""),
},
};
Expand Down
2 changes: 1 addition & 1 deletion packages/canyon-report/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "canyon-report",
"version": "0.0.8-beta-35",
"version": "0.0.8-beta-36",
"description": "Canyon's Coverage Reporting Toolkit",
"main": "./lib/index.js",
"bin": "./lib/cli.js",
Expand Down

0 comments on commit b2d8ba3

Please sign in to comment.