Skip to content

Commit

Permalink
aq
Browse files Browse the repository at this point in the history
  • Loading branch information
JerrySentry committed Jan 23, 2024
1 parent 1e89469 commit 11eb351
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": "fearless",
"assets": [
{
"name": "assets/react-35ef61ed.svg",
"size": 10000,
"size": 10001,
"normalized": "assets/react-*.svg"
},
{
"name": "assets/index-d526a0c5.css",
"size": 20000,
"size": 20002,
"normalized": "assets/index-*.css"
},
{
"name": "assets/LazyComponent-fcbb0922.js",
"size": 30000,
"size": 30003,
"normalized": "assets/LazyComponent-*.js"
},
{
"name": "assets/index-c8676264.js",
"size": 40000,
"size": 40004,
"normalized": "assets/index-*.js"
},
{
"name": "assets/index-666d2e09.js",
"size": 50000,
"size": 50005,
"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 @@ -6,7 +6,7 @@ How to Test Local Things Bundle Analysis
#RES=$(curl -X POST -H "Content-Type: application/json" -H "Authorization: token bf6c89c8-ddf1-4994-abac-96533e1d9904" --data '{"commit": "138a243b2e50efa1de356117af27d0728c50ab0c", "slug": "scott-codecov::::codecov-test"}' 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": "c2c7baa3315a69d787640f4b63b70579f8395b2a", "slug": "JerrySentry::::LocalDev"}' http://localhost:8000/upload/bundle_analysis/v1)
RES=$(curl -X POST -H "Content-Type: application/json" -H "Authorization: token aad91b00-cfc5-4b4e-be59-af139ec92766" --data '{"commit": "1e89469536e75d3b0c06cd9017a794ff3ed8822d", "slug": "JerrySentry::::LocalDev"}' http://localhost:8000/upload/bundle_analysis/v1)
echo $RES

URL=$(echo $RES | jq -r '.url')
Expand Down

0 comments on commit 11eb351

Please sign in to comment.