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 7a48c4e commit 3858e22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ export class CoverageController {
where: {
projectID: params.projectID,
branch: params.branch,
covType: 'all',
},
});
if (coverage) {
params.sha = coverage.sha;
}
}
console.log(params.sha);
return this.retrieveCoverageTreeSummaryService.invoke({
reportID: params.reportId || params.report_id || params.reportID || null,
sha:
Expand Down

0 comments on commit 3858e22

Please sign in to comment.