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!: utilize async lock to overcome dangerous race conditions #189

Merged
merged 1 commit into from
Nov 4, 2024

feat!: utilize async lock to overcome dangerous race conditions

981537c
Select commit
Loading
Failed to load commit list.
Merged

feat!: utilize async lock to overcome dangerous race conditions #189

feat!: utilize async lock to overcome dangerous race conditions
981537c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 4, 2024 in 1s

94.99% (+0.23%) compared to ff4438a

View this Pull Request on Codecov

94.99% (+0.23%) compared to ff4438a

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.99%. Comparing base (ff4438a) to head (981537c).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #189      +/-   ##
==========================================
+ Coverage   94.75%   94.99%   +0.23%     
==========================================
  Files          21       21              
  Lines         496      539      +43     
==========================================
+ Hits          470      512      +42     
- Misses         26       27       +1     
Files with missing lines Coverage Δ
fastapi_sso/sso/base.py 96.58% <100.00%> (+0.24%) ⬆️