Skip to content

Commit

Permalink
feat(babel-plugin-canyon): update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Feb 12, 2025
1 parent b9b207f commit e544fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/babel-plugin-canyon/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default declare((api, config, dirname) => {
reportID: 'initial_coverage_data',
compare_target: __canyon__.COMPARE_TARGET,
instrumentCwd: __canyon__.INSTRUMENT_CWD,
// buildID: __canyon__.BUILD_ID,
// buildID: __canyon__.BUILD_ID
}, {
headers: {
Authorization: 'Bearer ' + __canyon__.REPORTER,
Expand Down

0 comments on commit e544fcc

Please sign in to comment.