Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Jul 17, 2024
1 parent 7b231d3 commit d2d0ba7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export class CoverageClientService {
id: `__${projectID}__${sha}__${path}__`,
mapJsonStr: JSON.stringify(value), //???没删除bfs
mapJsonStatementMapStartLine: JSON.stringify(
filterStatementMap(value.statementMap),
filterStatementMap(value.statementMap || {}),
),
projectID: projectID,
sha: sha,
Expand Down

0 comments on commit d2d0ba7

Please sign in to comment.