tsukuyomi-rs / tsukuyomi

Asynchronous Web framework for Rust
https://tsukuyomi-rs.github.io/tsukuyomi
Apache License 2.0
84 stars 3 forks source link

reform the error representation based on failure #214

Closed ubnt-intrepid closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #214 into master will decrease coverage by 0.12%. The diff coverage is 35.1%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #214      +/-   ##
==========================================
- Coverage   67.11%   66.99%   -0.13%     
==========================================
  Files          57       57              
  Lines        3990     3990              
==========================================
- Hits         2678     2673       -5     
- Misses       1312     1317       +5
Impacted Files Coverage Δ
tsukuyomi/tests/integration_tests/extract.rs 93.43% <ø> (-0.04%) :arrow_down:
tsukuyomi-tungstenite/src/lib.rs 57.89% <0%> (ø) :arrow_up:
tsukuyomi/src/input/body.rs 29.57% <0%> (+0.81%) :arrow_up:
tsukuyomi/src/app/service.rs 84.37% <100%> (ø) :arrow_up:
tsukuyomi/src/error.rs 30.13% <26.47%> (-18.08%) :arrow_down:
tsukuyomi-cors/src/lib.rs 67.63% <50%> (-0.49%) :arrow_down:
tsukuyomi-juniper/src/error.rs 69.23% <68.42%> (+29.23%) :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 c0393c7...f064a11. Read the comment docs.