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 7616d50 commit 68af219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/canyon-uploader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "canyon-uploader",
"version": "0.0.1-beta.10",
"version": "0.0.1-beta.11",
"files": [
"bin",
"dist"
Expand Down
2 changes: 1 addition & 1 deletion tools/canyon-uploader/src/commands/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export async function mapCommand(params, options) {
instrumentCwd: instrumentCwd || process.cwd(),
// coverage: JSON.stringify(data),
}
console.log(reqData,Object(data).length);
console.log(reqData,Object.keys(data).length);
await axios.post(dsn, {
projectID: projectID||process.env.CI_PROJECT_ID||process.env.GITHUB_REPOSITORY,
sha: sha||process.env.CI_COMMIT_SHA || process.env.GITHUB_SHA,
Expand Down

0 comments on commit 68af219

Please sign in to comment.