Skip to content

Commit

Permalink
feat: add tags coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Mar 4, 2024
1 parent 0f9252e commit 28531a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class CoverageClientService {
reportID,
compareTarget,
branch,
// device,
tags,
} = coverageReport;
const dataFormatAndCheckTimeEnd = new Date().getTime();
// ******************************************************
Expand All @@ -97,7 +97,7 @@ export class CoverageClientService {
compareTarget,
sha,
branch: branch || '-', //branch可能为空
// device: device || '-', //device可能为空
tags: tags || [], //tags可能为空
// ip: ip || '-',
reporter: Number(currentUserDb.id),
projectID,
Expand Down

0 comments on commit 28531a5

Please sign in to comment.