-
Notifications
You must be signed in to change notification settings - Fork 17
metafix #738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -53,15 +53,14 @@ export class FileS3Loader { | |||
if (!dir) { | |||
throw Error(`unknown bucketId: ${bucketId}`); | |||
} | |||
// eslint-disable-next-line no-console | |||
let fileName = key.split('/').pop(); | |||
let fileName = key.split('/').slice(2).join('/'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
structured test content to include folders
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #738 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 45 45
Lines 3609 3612 +3
=========================================
+ Hits 3609 3612 +3 ☔ View full report in Codecov by Sentry. |
@tripodsan please do not merge this PR at least until Monday as we are still validating a few points |
this is only on helix5.... so you can test there. |
🎉 This PR is included in version 6.15.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
fixes: #737