Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Mar 1, 2024
1 parent 8acd1e0 commit 0f9252e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/canyon-backend/src/coverage/coverage.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ export class CoverageController {
});
if (coverage) {
params.sha = coverage.sha;
} else {
params.sha = 'sha_not_found';
}
}
return this.retrieveCoverageTreeSummaryService.invoke({
Expand Down

0 comments on commit 0f9252e

Please sign in to comment.