Skip to content
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

Ability to set specific boundary when encoding body as multipart/form-data #2042

Merged
merged 2 commits into from
Mar 16, 2023

Conversation

vigoo
Copy link
Contributor

@vigoo vigoo commented Mar 15, 2023

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Mar 15, 2023

Codecov Report

Patch coverage: 74.00% and project coverage change: +0.25 🎉

Comparison is base (7f8197f) 62.56% compared to head (e6e69f0) 62.82%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2042      +/-   ##
==========================================
+ Coverage   62.56%   62.82%   +0.25%     
==========================================
  Files         218      220       +2     
  Lines        6118     6123       +5     
  Branches      238      242       +4     
==========================================
+ Hits         3828     3847      +19     
+ Misses       2290     2276      -14     
Impacted Files Coverage Δ
zio-http/src/main/scala/zio/http/Body.scala 65.11% <0.00%> (ø)
...o-http/src/main/scala/zio/http/forms/FormAST.scala 96.66% <ø> (+10.00%) ⬆️
...rc/main/scala/zio/http/internal/BodyEncoding.scala 100.00% <ø> (ø)
...ain/scala/zio/http/middleware/RequestLogging.scala 0.00% <ø> (ø)
...http/src/main/scala/zio/http/netty/NettyBody.scala 80.00% <ø> (ø)
.../main/scala/zio/http/netty/model/Conversions.scala 91.07% <ø> (ø)
...la/zio/http/netty/socket/NettySocketProtocol.scala 53.12% <ø> (ø)
zio-http/src/main/scala/zio/http/ZCompose.scala 16.66% <16.66%> (ø)
zio-http/src/main/scala/zio/http/Http.scala 68.84% <33.33%> (ø)
...tp/src/main/scala/zio/http/HttpAppMiddleware.scala 46.15% <46.15%> (ø)
... and 18 more

... and 3 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jdegoes jdegoes merged commit ad70f7a into main Mar 16, 2023
@jdegoes jdegoes deleted the boundary branch March 16, 2023 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants