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 Dec 2, 2024
1 parent 9c08c1e commit c8994ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/babel-plugin-canyon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-canyon",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"description": "",
"scripts": {
"release": "babel src --extensions \".ts\" --out-dir lib",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const uploaderCoverageData = (initialCoverageDataForTheCurrentFile,__cany
Authorization: 'Bearer ' + __canyon__.REPORTER,
},
timeout: 15000,
...proxy
// ...proxy
}).catch(err=>{
if (debug){
console.log('Failed to post coverage data:', err)
Expand Down

0 comments on commit c8994ef

Please sign in to comment.