Skip to content

Commit

Permalink
chore: daily development
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Dec 9, 2024
1 parent eb9a51b commit 0e68600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.23",
"version": "0.0.1-beta.24",
"files": [
"bin",
"dist"
Expand Down
1 change: 1 addition & 0 deletions tools/canyon-uploader/src/commands/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export async function mapCommand(params, options) {
projectID:
projectID || process.env.CI_PROJECT_ID || process.env.GITHUB_REPOSITORY_ID,
sha: sha || process.env.CI_COMMIT_SHA || process.env.GITHUB_SHA,
branch: process.env.CI_COMMIT_BRANCH || process.env.GITHUB_REF,
instrumentCwd: instrumentCwd || process.cwd(),
coverage: Object.keys(data),
};
Expand Down

0 comments on commit 0e68600

Please sign in to comment.