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 9, 2024
1 parent e6895ea commit e7faff7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export async function GET(request: NextRequest) {
statementsCovered: true,
statementsTotal: true,
updatedAt: true,
branch: true,
},
orderBy: {
updatedAt: "desc",
Expand All @@ -38,7 +39,7 @@ export async function GET(request: NextRequest) {
times: 0,
statements: percent(item.statementsCovered, item.statementsTotal),
message: "message",
branch: "branch",
branch: item.branch,
lastReportTime: item.updatedAt,
};
});
Expand Down

0 comments on commit e7faff7

Please sign in to comment.