boinkor-net / governor

A rate-limiting library for Rust (f.k.a. ratelimit_meter)
https://github.com/boinkor-net/governor
MIT License
550 stars 43 forks source link

add keyed future missing methods #213

Closed ermalkaleci closed 9 months ago

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (9991cc3) 97.69% compared to head (870dfb0) 98.19%. Report is 26 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #213 +/- ## ========================================== + Coverage 97.69% 98.19% +0.50% ========================================== Files 31 31 Lines 2208 2271 +63 ========================================== + Hits 2157 2230 +73 + Misses 51 41 -10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

antifuchs commented 9 months ago

Love it! Thanks for the excellent contribution!

bors merge

antifuchs commented 9 months ago

oh no, lmao, seems that bors has at last been shut down. I'll set up a different merge queue & merge this.

antifuchs commented 9 months ago

Update: There is a new CI setup in place on the master branch now (I also removed the same line as you did in https://github.com/boinkor-net/governor/pull/213/commits/870dfb073892b5637f988aaa25a322fdc3d3ef59) - could you rebase/merge onto latest master to pick up that new CI setup? (:

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (c1a9fdb) 98.16% compared to head (c615d35) 98.19%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #213 +/- ## ========================================== + Coverage 98.16% 98.19% +0.03% ========================================== Files 31 31 Lines 2229 2271 +42 ========================================== + Hits 2188 2230 +42 Misses 41 41 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.