-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
refactor: switch MimeTypes
to MimeType
and use IANA media types
#603
Conversation
e5c23b6
to
011a678
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #603 +/- ##
==========================================
- Coverage 19.58% 19.08% -0.51%
==========================================
Files 127 128 +1
Lines 4033 4029 -4
Branches 173 174 +1
==========================================
- Hits 790 769 -21
- Misses 3242 3259 +17
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
wrong button
011a678
to
78ec4a1
Compare
78ec4a1
to
a8b2b1f
Compare
a8b2b1f
to
79f8881
Compare
BREAKING CHANGE: `MimeTypes` has been removed in favor of the `MimeType` string union type consists of all IANA media types
79f8881
to
11b7c1a
Compare
Co-authored-by: Jeroen Claassens <[email protected]>
Quality Gate passedIssues Measures |
This PR also comes with a workflow to automatically update the
MimeType
type automatically every week.🔥 BREAKING CHANGE:
MimeTypes
has been removed in favor of theMimeType
string union type consists of all IANA media types