tg-rs / carapax

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

New handlers API #25

Closed ark0f closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #25 into master will increase coverage by 0.2%. The diff coverage is 76.92%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #25     +/-   ##
=========================================
+ Coverage   53.55%   53.75%   +0.2%     
=========================================
  Files         151      150      -1     
  Lines        9710     9709      -1     
  Branches     2392     2398      +6     
=========================================
+ Hits         5200     5219     +19     
+ Misses       2303     2267     -36     
- Partials     2207     2223     +16
Impacted Files Coverage Δ
carapax-session/src/session.rs 71.18% <ø> (ø) :arrow_up:
carapax/src/dispatcher.rs 81.45% <100%> (-0.3%) :arrow_down:
carapax-access/src/handler.rs 89.65% <100%> (ø) :arrow_up:
carapax-i18n/src/lib.rs 80% <100%> (+0.38%) :arrow_up:
carapax-session/src/handler.rs 63.15% <100%> (+1.25%) :arrow_up:
carapax-ratelimit/src/direct.rs 89.47% <100%> (ø) :arrow_up:
tgbot/src/methods/poll.rs 56.32% <100%> (ø) :arrow_up:
carapax/src/handler.rs 78.35% <71.53%> (-6.78%) :arrow_down:
carapax-ratelimit/src/keyed.rs 86.61% <75%> (ø) :arrow_up:
carapax/src/app.rs 63.63% <75%> (+3.63%) :arrow_up:
... and 8 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 ef5e082...5bea318. Read the comment docs.

rossnomann commented 5 years ago

Merged in #26