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

Implement rate limiting for e-mail verifications #8419

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Implement rate limiting for e-mail verifications.

27637ae
Select commit
Loading
Failed to load commit list.
Open

Implement rate limiting for e-mail verifications #8419

Implement rate limiting for e-mail verifications.
27637ae
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 9, 2024 in 0s

87.63% (+0.01%) compared to 61c0870

View this Pull Request on Codecov

87.63% (+0.01%) compared to 61c0870

Details

Codecov Report

Attention: Patch coverage is 89.61039% with 16 lines in your changes are missing coverage. Please review.

Project coverage is 87.63%. Comparing base (61c0870) to head (27637ae).

Files Patch % Lines
src/controllers/user/me.rs 74.07% 7 Missing ⚠️
src/controllers/user/session.rs 41.66% 7 Missing ⚠️
src/rate_limiter.rs 94.87% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8419      +/-   ##
==========================================
+ Coverage   87.62%   87.63%   +0.01%     
==========================================
  Files         272      272              
  Lines       26333    26426      +93     
==========================================
+ Hits        23073    23158      +85     
- Misses       3260     3268       +8     

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