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 8, 2024
1 parent 9504787 commit 8de57fe
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/canyon-backend/src/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,16 @@ export class AppController {
utLineCoverage: 69.83,
codeChangeNum: 940460,
},
{
month: 8,
year: 2024,
uiTestBranchCoverage: 63.5,
uiTestLineCoverage: 78.11,
uiTestChangedLineCoverage: 95.33,
utBranchCoverage: 67.9,
utLineCoverage: 70.21,
codeChangeNum: 951122,
},
];
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { CoverageService } from "./services/coverage.service";
import { PrismaService } from "../prisma/prisma.service";
import { CoverageReportsService } from "./services/coverage-reports.service";
import { ConsumerCoverageService } from "./services/core/consumer-coverage.service";
import { undefined } from "zod";

@Controller()
export class CoverageController {
Expand Down
10 changes: 10 additions & 0 deletions packages/canyon-platform/src/components/LineChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@ const coreData = [
utBranchCoverage: 67.1,
utLineCoverage: 69.83,
},
{
month: 8,
year: 2024,
uiTestBranchCoverage: 63.5,
uiTestLineCoverage: 78.11,
uiTestChangedLineCoverage: 95.33,
utBranchCoverage: 67.9,
utLineCoverage: 70.21,
codeChangeNum: 951122,
},
];

const data = {
Expand Down

0 comments on commit 8de57fe

Please sign in to comment.