Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat api rate limiter #241

Merged
merged 14 commits into from
Nov 1, 2024

Merge branch 'main' into feat-api-rate-limiter

4fff6e8
Select commit
Loading
Failed to load commit list.
Merged

Feat api rate limiter #241

Merge branch 'main' into feat-api-rate-limiter
4fff6e8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 31, 2024 in 0s

95.18% (target 80.00%)

View this Pull Request on Codecov

95.18% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 95.56136% with 17 lines in your changes missing coverage. Please review.

Project coverage is 95.18%. Comparing base (1dde996) to head (4fff6e8).

Files with missing lines Patch % Lines
django_project/gap_api/mixins/rate_limiter.py 93.60% 8 Missing ⚠️
django_project/gap_api/admin.py 62.50% 6 Missing ⚠️
django_project/gap_api/models/rate_limiter.py 95.23% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #241      +/-   ##
==========================================
+ Coverage   95.14%   95.18%   +0.03%     
==========================================
  Files         196      199       +3     
  Lines       10653    11028     +375     
==========================================
+ Hits        10136    10497     +361     
- Misses        517      531      +14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.