tsukuyomi-rs / izanami

[WIP] A simple Web application interface inspired from ASGI.
https://tsukuyomi-rs.github.io/izanami
Apache License 2.0
3 stars 0 forks source link

improve HTTP/1 upgrade API #35

Closed ubnt-intrepid closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #35 into master will decrease coverage by 1.99%. The diff coverage is 20.38%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #35   +/-   ##
=======================================
- Coverage    54.9%   52.91%   -2%     
=======================================
  Files          36       36           
  Lines         703      737   +34     
=======================================
+ Hits          386      390    +4     
- Misses        317      347   +30
Impacted Files Coverage Δ
izanami-http/src/upgrade.rs 0% <0%> (ø) :arrow_up:
src/server/h1.rs 34.94% <28.31%> (-3.67%) :arrow_down:
src/net/unix.rs 61.76% <0%> (-5.89%) :arrow_down:
src/net/tcp.rs 57.14% <0%> (-4.09%) :arrow_down:
src/server.rs 79.68% <0%> (ø) :arrow_up:
izanami-http/src/body.rs 33.33% <0%> (+22.22%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 83d45d9...8355f9b. Read the comment docs.