Skip to content

Commit

Permalink
chore: daily development
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Dec 27, 2024
1 parent b7d533b commit 6d183fd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/canyon-data/src/summary/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { percent } from "../utils/percent";
import { percent } from "../util";
import libCoverage, {
CoverageMapData,
CoverageSummaryData,
Expand Down
2 changes: 1 addition & 1 deletion packages/canyon-data/src/utils/line.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { FileCoverageData, Range } from "istanbul-lib-coverage";
import { percent } from "./percent";
import { percent } from "../util";
// @ts-ignore
function getLinesFromRanges(ranges) {
const lines = [];
Expand Down
9 changes: 0 additions & 9 deletions packages/canyon-data/src/utils/percent.ts

This file was deleted.

0 comments on commit 6d183fd

Please sign in to comment.