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

extract izanami-test #25

Closed ubnt-intrepid closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #25 into master will increase coverage by 0.57%. The diff coverage is 55.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   22.11%   22.68%   +0.57%     
==========================================
  Files          23       27       +4     
  Lines        1004     1014      +10     
==========================================
+ Hits          222      230       +8     
- Misses        782      784       +2
Impacted Files Coverage Δ
src/server/conn.rs 0% <ø> (ø) :arrow_up:
izanami-test/src/output.rs 90.9% <ø> (ø)
src/server.rs 0% <ø> (ø) :arrow_up:
izanami-util/src/remote.rs 6.89% <ø> (ø)
tests/test_server.rs 66.66% <ø> (-23.34%) :arrow_down:
izanami-test/src/error.rs 0% <0%> (ø)
examples/echo-service/tests/test_echo_service.rs 83.33% <100%> (ø) :arrow_up:
izanami-test/src/lib.rs 100% <100%> (ø)
izanami-test/src/service.rs 14.58% <14.58%> (ø)
izanami-test/src/server.rs 45.28% <45.28%> (ø)
... and 10 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 ba10b49...3402f1b. Read the comment docs.