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

finalize the server implementation #9

Closed ubnt-intrepid closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #9 into master will increase coverage by 1.56%. The diff coverage is 1.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
+ Coverage   35.86%   37.43%   +1.56%     
==========================================
  Files          11       11              
  Lines         382      366      -16     
==========================================
  Hits          137      137              
+ Misses        245      229      -16
Impacted Files Coverage Δ
src/server/conn.rs 0% <0%> (ø)
src/server.rs 0% <0%> (ø) :arrow_up:
src/lib.rs 100% <100%> (+97.29%) :arrow_up:
izanami-http/tests/test_http.rs
izanami-service/tests/test_service.rs 0% <0%> (ø)

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 df592f2...70d8161. Read the comment docs.