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 30, 2024
1 parent 545ec4c commit 0e0c655
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class CoverageClientService {
compareTarget,
reporter,
}) {
const { provider, repoID, slug } = parseProjectID(projectID);
const { repoID } = parseProjectID(projectID);
const reportID = _reportID || sha;
// #region == Step x: 解析出上报上来的覆盖率数据
const coverageFromExternalReport =
Expand All @@ -51,7 +51,7 @@ export class CoverageClientService {
const count = await this.prisma.coverageMap.count({
where: {
repoID: {
contains: `${provider}-${repoID}`,
contains: repoID,
},
sha: sha,
},
Expand Down

0 comments on commit 0e0c655

Please sign in to comment.