vutran1710 / PyrateLimiter

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

Fix tests #141

Closed netanelrevah closed 8 months ago

netanelrevah commented 8 months ago

sqlite doesn't support delete and order by on all sqlite version

vutran1710 commented 8 months ago

Lint is failing. Can you run the pre-commit to fix it?

netanelrevah commented 8 months ago

Lint is failing. Can you run the pre-commit to fix it?

sure, sorry

netanelrevah commented 8 months ago

lint is passing

codecov[bot] commented 8 months ago

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (daa9c16) 98.40% compared to head (3d908b1) 97.72%. Report is 3 commits behind head on master.

Files Patch % Lines
pyrate_limiter/buckets/sqlite_bucket.py 76.19% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #141 +/- ## ========================================== - Coverage 98.40% 97.72% -0.68% ========================================== Files 13 13 Lines 690 704 +14 Branches 82 83 +1 ========================================== + Hits 679 688 +9 - Misses 6 11 +5 Partials 5 5 ```

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