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 25, 2024
1 parent 2fd81c3 commit 1dbf3fb
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions packages/canyon-backend/src/cov/services/coverage.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,20 @@ export class CoverageService {
sha: sha,
projectID,
covType: "agg",
// NOT: {
// projectID: {
// contains: '-ut',
// },
// },
NOT: {
compareTarget: {
equals: "",
},
},
},
orderBy: {
updatedAt: "desc",
},
select: {
projectID: true,
compareTarget: true,
covType: true,
id: true,
},
});
if (coverages.length === 0) {
Expand Down

0 comments on commit 1dbf3fb

Please sign in to comment.