Conversation
`ENVIRONMENT` env var was missing which caused to upload using s3 to `s3://bucket//<dist-files>` where the `//` should have been `/<env>/`
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6555 +/- ##
==========================================
+ Coverage 48.62% 48.63% +0.01%
==========================================
Files 2591 2591
Lines 46143 46143
Branches 10905 10873 -32
==========================================
+ Hits 22436 22441 +5
+ Misses 22471 22466 -5
Partials 1236 1236
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ENVIRONMENTenv var was missing which caused to upload using s3 tos3://bucket//<dist-files>where the//should have been/<env>/Scope of the change