tg-rs / carapax

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

Get rid of mutex that wrap context #52

Closed ark0f closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #52 into master will increase coverage by <.01%. The diff coverage is 8.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
+ Coverage   53.97%   53.98%   +<.01%     
==========================================
  Files         148      148              
  Lines        9340     9444     +104     
  Branches     2731     2747      +16     
==========================================
+ Hits         5041     5098      +57     
- Misses       1913     1953      +40     
- Partials     2386     2393       +7
Impacted Files Coverage Δ
carapax-codegen/src/handler.rs 60% <ø> (ø) :arrow_up:
carapax-access/src/handler.rs 60% <0%> (ø) :arrow_up:
carapax-ratelimit/src/keyed.rs 80.82% <0%> (ø) :arrow_up:
carapax-access/src/policy.rs 70.58% <0%> (ø) :arrow_up:
carapax/src/handler.rs 32.35% <0%> (ø) :arrow_up:
carapax-ratelimit/src/direct.rs 66.66% <0%> (ø) :arrow_up:
carapax/src/command.rs 42.05% <12.5%> (-1.35%) :arrow_down:
carapax/src/dispatcher.rs 57.81% <25%> (-0.65%) :arrow_down:
carapax-i18n/src/lib.rs 74.31% <0%> (-7.6%) :arrow_down:
carapax-session/src/lib.rs 0% <0%> (ø) :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 1284e68...99fb082. Read the comment docs.