Skip to content

Commit

Permalink
开启任务时添加device
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Jan 3, 2024
1 parent d72608d commit 426e924
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class AggregationCoverageService {
}),
});

const { compareTarget, projectID, reporter, branch } =
const { compareTarget, projectID, reporter, branch, device } =
await prisma.coverage.findFirst({
where: {
commitSha,
Expand Down Expand Up @@ -92,6 +92,7 @@ export class AggregationCoverageService {
key: '',
instrumentCwd: '',
branch: branch,
device: device,
},
});
}
Expand Down

0 comments on commit 426e924

Please sign in to comment.