Skip to content

Commit

Permalink
chore: repo overall update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Nov 18, 2024
1 parent 033bda9 commit af8e466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/canyon-uploader/src/commands/hit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export async function hitCommand(params, options) {
return axios.post(dsn, {
sha: sha,
projectID: projectID,
coverage: JSON.stringify(value[0]),
coverage: value[0],
instrumentCwd: instrumentCwd,
branch: "",
reportID: reportID,
Expand Down

0 comments on commit af8e466

Please sign in to comment.