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

reform server impelmentation #29

Closed ubnt-intrepid closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #29 into master will increase coverage by 2.49%. The diff coverage is 70.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
+ Coverage   50.59%   53.08%   +2.49%     
==========================================
  Files          35       34       -1     
  Lines        1435     1443       +8     
==========================================
+ Hits          726      766      +40     
+ Misses        709      677      -32
Impacted Files Coverage Δ
examples/native-tls-server/src/main.rs 0% <0%> (ø) :arrow_up:
examples/echo-service/src/lib.rs 80.95% <0%> (-8.53%) :arrow_down:
examples/rustls-server/src/main.rs 0% <0%> (ø) :arrow_up:
examples/uds-server/src/main.rs 0% <0%> (ø) :arrow_up:
examples/openssl-server/src/main.rs 0% <0%> (ø) :arrow_up:
examples/tcp-server/src/main.rs 0% <0%> (ø) :arrow_up:
src/tls.rs 100% <100%> (+50%) :arrow_up:
src/net.rs 37.71% <39.39%> (+12.2%) :arrow_up:
src/server.rs 57.57% <58.06%> (-22.24%) :arrow_down:
src/tls/rustls.rs 75% <69.44%> (-16.18%) :arrow_down:
... and 6 more

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 23ba813...2cdc86c. Read the comment docs.