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 26, 2024
1 parent 8493e24 commit 5d9fba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/canyon-backend/src/cov/coverage.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class CoverageController {
): Promise<CoverageSummaryDataMap> {
const { projectID, sha, reportID } = coverageSummaryDto;

if (reportID.includes(",")) {
if (reportID && reportID.includes(",")) {
return this.coverageDataComputeService.coverageSummaryMap({
projectID,
sha,
Expand Down

0 comments on commit 5d9fba5

Please sign in to comment.