-
Notifications
You must be signed in to change notification settings - Fork 27
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
🐛 bugfix: file download #5673
🐛 bugfix: file download #5673
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5673 +/- ##
=========================================
- Coverage 84.5% 66.9% -17.6%
=========================================
Files 10 630 +620
Lines 214 30856 +30642
Branches 25 204 +179
=========================================
+ Hits 181 20670 +20489
- Misses 23 10134 +10111
- Partials 10 52 +42
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Can you add a test that guarantees that this change actually works. Or if that exists, can you please point which test covers this code?
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.
Thx. Looks good.
I added a test which ensures that media type of the content is |
Quality Gate passedIssues Measures |
What do these changes do?
Related issue/s
How to test
Dev-ops checklist