zio-http icon indicating copy to clipboard operation
zio-http copied to clipboard

Add Host header value.

Open Wosin opened this issue 2 years ago • 3 comments

Wosin avatar Oct 14 '22 14:10 Wosin

Try running fmt from root to get past scalafix

jdegoes avatar Oct 14 '22 15:10 jdegoes

I think that should be fine now, the build fails locally with RouteCodec issues, but fmt seems to be fine.

Wosin avatar Oct 14 '22 23:10 Wosin

Codecov Report

Base: 59.13% // Head: 59.19% // Increases project coverage by +0.05% :tada:

Coverage data is based on head (5f65e86) compared to base (c43bb2c). Patch coverage: 88.88% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1629      +/-   ##
==========================================
+ Coverage   59.13%   59.19%   +0.05%     
==========================================
  Files         110      111       +1     
  Lines        3940     3948       +8     
  Branches      123      115       -8     
==========================================
+ Hits         2330     2337       +7     
- Misses       1610     1611       +1     
Impacted Files Coverage Δ
...la/zio/http/model/headers/values/HeaderValue.scala 85.71% <85.71%> (ø)
...ttp/src/main/scala/zio/http/api/HeaderCodecs.scala 100.00% <100.00%> (ø)

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

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov-commenter avatar Oct 15 '22 10:10 codecov-commenter