tg-rs / carapax

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

New handler API #67

Closed ark0f closed 2 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #67 (fdf042e) into master (2755f47) will decrease coverage by 5.38%. The diff coverage is 29.08%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #67      +/-   ##
==========================================
- Coverage   35.46%   30.07%   -5.39%     
==========================================
  Files           6       23      +17     
  Lines         141     1360    +1219     
  Branches       84      600     +516     
==========================================
+ Hits           50      409     +359     
- Misses         32      446     +414     
- Partials       59      505     +446     
Impacted Files Coverage Δ
carapax/src/core/result.rs 25.00% <0.00%> (ø)
carapax/src/i18n/translator.rs 34.28% <0.00%> (ø)
carapax/src/lib.rs 100.00% <ø> (ø)
carapax/src/session/mod.rs 22.58% <6.25%> (ø)
carapax/src/core/from_update.rs 24.17% <24.17%> (ø)
carapax/src/ratelimit/direct.rs 37.50% <30.00%> (ø)
carapax/src/access/handler.rs 28.57% <31.25%> (ø)
carapax/src/dialogue.rs 29.21% <32.43%> (ø)
carapax/src/core/dispatcher.rs 38.05% <37.07%> (ø)
carapax/src/access/policy.rs 25.00% <43.75%> (ø)
... and 25 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 2755f47...b6e2e78. Read the comment docs.