tsukuyomi-rs / tsukuyomi

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

Finalize API for releasing 0.5 #202

Closed ubnt-intrepid closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #202 into master will decrease coverage by 0.43%. The diff coverage is 68.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #202      +/-   ##
==========================================
- Coverage   64.84%   64.41%   -0.44%     
==========================================
  Files          67       69       +2     
  Lines        5974     5927      -47     
==========================================
- Hits         3874     3818      -56     
- Misses       2100     2109       +9
Impacted Files Coverage Δ
tsukuyomi/tests/integration_tests/macros.rs 51.16% <ø> (ø) :arrow_up:
tsukuyomi-juniper/src/graphiql.rs 0% <ø> (ø) :arrow_up:
tsukuyomi/src/extractor/extension.rs 0% <ø> (ø) :arrow_up:
tsukuyomi/src/extractor/header.rs 0% <ø> (ø) :arrow_up:
tsukuyomi/src/extractor/method.rs 76.92% <ø> (ø) :arrow_up:
tsukuyomi/src/error.rs 51.94% <ø> (ø) :arrow_up:
tsukuyomi/src/app/service.rs 93.97% <ø> (ø) :arrow_up:
tsukuyomi/src/lib.rs 100% <ø> (ø) :arrow_up:
tsukuyomi/src/extractor/query.rs 40% <ø> (-6.67%) :arrow_down:
tsukuyomi/src/output.rs 47.47% <ø> (-2.9%) :arrow_down:
... and 39 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 10d1557...0d64e36. Read the comment docs.