tg-rs / carapax

A Telegram Bot API framework
MIT License
115 stars 12 forks source link

Use cargo fix #33

Closed ark0f closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #33 into master will increase coverage by 0.09%. The diff coverage is 78.57%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #33      +/-   ##
=========================================
+ Coverage    53.4%   53.5%   +0.09%     
=========================================
  Files         154     154              
  Lines        9693    9693              
  Branches     2422    2422              
=========================================
+ Hits         5177    5186       +9     
  Misses       2273    2273              
+ Partials     2243    2234       -9
Impacted Files Coverage Δ
carapax-session/src/store/data.rs 0% <ø> (ø) :arrow_up:
carapax/src/handler/future.rs 79.31% <ø> (ø) :arrow_up:
tgbot/src/handler/webhook.rs 50% <ø> (ø) :arrow_up:
carapax/src/handler/mod.rs 74.19% <ø> (ø) :arrow_up:
carapax/src/handler/command.rs 63.76% <ø> (ø) :arrow_up:
carapax-access/src/policy.rs 76.62% <ø> (ø) :arrow_up:
carapax-session/src/gc.rs 0% <ø> (ø) :arrow_up:
tgbot/src/never.rs 0% <0%> (ø) :arrow_up:
carapax-session/src/handler.rs 63.15% <0%> (ø) :arrow_up:
tgbot/src/api.rs 62.79% <0%> (ø) :arrow_up:
... and 5 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 6635abc...aaf9289. Read the comment docs.