Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Jul 22, 2024
1 parent 423b01f commit fc54a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/canyon-backend/src/utils/coverage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export async function formatReportObject(c: any) {
JSON.parse(JSON.stringify(x).replace(/\\\\/g, '/'));
const coverage = removeSlash(await remapCoverage(c.coverage));
const instrumentCwd = removeSlash(c.instrumentCwd);
const projectInstrumentCwd = removeSlash(c.projectInstrumentCwd);
const projectInstrumentCwd = removeSlash(c.projectInstrumentCwd || '');
const reversePath = (p: string) => {
const a = convertInstrumentCwd({
path: p,
Expand Down

0 comments on commit fc54a59

Please sign in to comment.