Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Dec 3, 2024
1 parent 19995e2 commit 5488ca6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
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 @@ -164,6 +164,16 @@ export class AppController {
utLineCoverage: 69.97,
codeChangeNum: 935567,
},
{
month: 10,
year: 2024,
uiTestBranchCoverage: 63.6,
uiTestLineCoverage: 78.2,
uiTestChangedLineCoverage: 95.4,
utBranchCoverage: 68.0,
utLineCoverage: 70.4,
codeChangeNum: 945000,
},
];
}
}
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 @@ -94,6 +94,16 @@ const coreData = [
utLineCoverage: 69.97,
codeChangeNum: 935567,
},
{
month: 10,
year: 2024,
uiTestBranchCoverage: 63.6,
uiTestLineCoverage: 78.2,
uiTestChangedLineCoverage: 95.4,
utBranchCoverage: 68.0,
utLineCoverage: 70.4,
codeChangeNum: 945000,
},
];

const data = {
Expand Down

0 comments on commit 5488ca6

Please sign in to comment.