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

use hyper's low-level server API directly #30

Closed ubnt-intrepid closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #30 into master will decrease coverage by 0.33%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
- Coverage   52.05%   51.72%   -0.34%     
==========================================
  Files          29       29              
  Lines        1433     1334      -99     
==========================================
- Hits          746      690      -56     
+ Misses        687      644      -43
Impacted Files Coverage Δ
src/tls.rs 100% <100%> (ø) :arrow_up:
src/tls/native_tls.rs 100% <100%> (+26.31%) :arrow_up:
src/tls/rustls.rs 85.71% <100%> (-1.79%) :arrow_down:
src/tls/openssl.rs 81.94% <80%> (+15.74%) :arrow_up:
src/http.rs 58.33% <82.1%> (+5.13%) :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 c731a24...833ce1f. Read the comment docs.