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 the implementation of tsukuyomi-juniper-v0.2.0 #193

Closed ubnt-intrepid closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #193 into master will decrease coverage by 0.24%. The diff coverage is 44.64%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #193      +/-   ##
==========================================
- Coverage   57.96%   57.72%   -0.25%     
==========================================
  Files          59       60       +1     
  Lines        3245     3262      +17     
==========================================
+ Hits         1881     1883       +2     
- Misses       1364     1379      +15
Impacted Files Coverage Δ
tsukuyomi-juniper/tests/test_juniper.rs 68% <ø> (ø) :arrow_up:
tsukuyomi-juniper/src/error.rs 37.14% <37.14%> (ø)
tsukuyomi-juniper/src/request.rs 69.44% <53.33%> (+1.91%) :arrow_up:
tsukuyomi-juniper/src/lib.rs 66.66% <66.66%> (ø)
tsukuyomi/src/rt.rs 60% <0%> (-15%) :arrow_down:
tsukuyomi/src/app/scope.rs 65.97% <0%> (+0.51%) :arrow_up:
tsukuyomi/src/error.rs 40.38% <0%> (+4.8%) :arrow_up:
tsukuyomi/src/extractor/mod.rs 73.17% <0%> (+4.87%) :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 1e2fd18...31c458c. Read the comment docs.