vutran1710 / PyrateLimiter

⚔️Python Rate-Limiter using Leaky-Bucket Algorithm Family
https://pyratelimiter.readthedocs.io
MIT License
338 stars 36 forks source link

feat: flushing limiter #71

Closed vutran1710 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #71 (47d3e2e) into master (e123f7b) will increase coverage by 0.09%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
+ Coverage   98.06%   98.15%   +0.09%     
==========================================
  Files           8        8              
  Lines         362      380      +18     
  Branches       32       34       +2     
==========================================
+ Hits          355      373      +18     
  Misses          4        4              
  Partials        3        3              
Impacted Files Coverage Δ
pyrate_limiter/bucket.py 94.16% <100.00%> (+0.53%) :arrow_up:
pyrate_limiter/limiter.py 100.00% <100.00%> (ø)
pyrate_limiter/sqlite_bucket.py 100.00% <100.00%> (ø)

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 e123f7b...47d3e2e. Read the comment docs.