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
Merged

Feat api rate limiter #241

merged 14 commits into from
Nov 1, 2024

Conversation

danangmassandy
Copy link
Collaborator

This fix #210.

Copy link

github-actions bot commented Oct 30, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
11395 10855 95% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 4fff6e8 by action🐍

Copy link

codecov bot commented Oct 30, 2024

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).
Report is 1 commits behind head on main.

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.

@danangmassandy danangmassandy marked this pull request as ready for review November 1, 2024 07:52
@danangmassandy danangmassandy merged commit d15b53b into main Nov 1, 2024
4 checks passed
@danangmassandy danangmassandy deleted the feat-api-rate-limiter branch November 1, 2024 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API Rate Limiter
1 participant