Skip to content

Commit

Permalink
feat(canyon-uploader): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Nov 11, 2024
1 parent f444326 commit c71b678
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.6",
"version": "0.0.1-beta.7",
"files": [
"bin",
"dist"
Expand Down
4 changes: 2 additions & 2 deletions tools/canyon-uploader/src/commands/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export async function mapCommand(params, options) {
};
}
await axios.post(dsn, {
projectID: projectID||process.env.CI_COMMIT_SHA,
sha: sha||process.env.CI_PROJECT_ID,
projectID: projectID||process.env.CI_PROJECT_ID,
sha: sha||process.env.CI_COMMIT_SHA,
instrumentCwd: process.cwd(),
coverage: JSON.stringify(data),
});
Expand Down

0 comments on commit c71b678

Please sign in to comment.