tsukuyomi-rs / tsukuyomi

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

improve ergonomics around App API #192

Closed ubnt-intrepid closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #192 into master will decrease coverage by 0.92%. The diff coverage is 68.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #192      +/-   ##
==========================================
- Coverage   58.96%   58.03%   -0.93%     
==========================================
  Files          58       59       +1     
  Lines        3029     3241     +212     
==========================================
+ Hits         1786     1881      +95     
- Misses       1243     1360     +117
Impacted Files Coverage Δ
tsukuyomi/tests/integration_tests/macros.rs 75% <ø> (ø) :arrow_up:
tsukuyomi/src/modifier.rs 100% <ø> (ø) :arrow_up:
tsukuyomi-juniper/tests/test_juniper.rs 68% <ø> (ø) :arrow_up:
tsukuyomi/internal/src/uri.rs 74.1% <ø> (+2.55%) :arrow_up:
tsukuyomi-askama/src/lib.rs 50% <ø> (ø) :arrow_up:
tsukuyomi/tests/integration_tests/modifier.rs 100% <ø> (ø) :arrow_up:
tsukuyomi-cors/tests/test_cors.rs 100% <ø> (ø) :arrow_up:
tsukuyomi/macros/src/lib.rs 0% <ø> (ø) :arrow_up:
tsukuyomi-askama/tests/test_askama.rs 100% <ø> (ø) :arrow_up:
tsukuyomi/src/fs.rs 0% <0%> (ø) :arrow_up:
... and 11 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 0d473d3...b259886. Read the comment docs.