Skip to content

Commit

Permalink
staging head
Browse files Browse the repository at this point in the history
  • Loading branch information
JerrySentry committed Jan 23, 2024
1 parent 4240255 commit 19730f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions b5.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,31 @@
"builtAt": 1701451048604,
"duration": 331,
"bundler": { "name": "rollup", "version": "3.29.4" },
"bundleName": "b5",
"bundleName": "gunk",
"assets": [
{
"name": "assets/react-35ef61ed.svg",
"size": 10000,
"size": 123,
"normalized": "assets/react-*.svg"
},
{
"name": "assets/index-d526a0c5.css",
"size": 20000,
"size": 234,
"normalized": "assets/index-*.css"
},
{
"name": "assets/LazyComponent-fcbb0922.js",
"size": 30000,
"size": 345,
"normalized": "assets/LazyComponent-*.js"
},
{
"name": "assets/index-c8676264.js",
"size": 40000,
"size": 456,
"normalized": "assets/index-*.js"
},
{
"name": "assets/index-666d2e09.js",
"size": 50000,
"size": 567,
"normalized": "assets/index-*.js"
}
],
Expand Down
2 changes: 1 addition & 1 deletion bundle_uploader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ How to Test Local Things Bundle Analysis
#!/usr/bin/env bash

# staging
RES=$(curl -X POST -H "Content-Type: application/json" -H "Authorization: token 81325051-5f42-4415-87e8-692a640de455" --data '{"commit": "0f4a922e6f434c1c172145bf75f491b6afffc344", "slug": "JerrySentry::::LocalDev"}' https://stage-api.codecov.dev/upload/bundle_analysis/v1)
RES=$(curl -X POST -H "Content-Type: application/json" -H "Authorization: token 81325051-5f42-4415-87e8-692a640de455" --data '{"commit": "4240255fecdc6e218d73f0b90bf1ece5d56a6fa1", "slug": "JerrySentry::::LocalDev"}' https://stage-api.codecov.dev/upload/bundle_analysis/v1)

# local
# RES=$(curl -X POST -H "Content-Type: application/json" -H "Authorization: token aad91b00-cfc5-4b4e-be59-af139ec92766" --data '{"commit": "50f88ea5b921082f28135a3ba44869341a9c4773", "slug": "JerrySentry::::LocalDev"}' http://localhost:8000/upload/bundle_analysis/v1)
Expand Down

0 comments on commit 19730f1

Please sign in to comment.