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

✨ Add FastAPI dependencies for token operations in route logic #566

Merged
merged 2 commits into from
Apr 4, 2024

✨ Add FastAPI dependencies for token operations in route logic

bfb71f5
Select commit
Loading
Failed to load commit list.
Merged

✨ Add FastAPI dependencies for token operations in route logic #566

✨ Add FastAPI dependencies for token operations in route logic
bfb71f5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 4, 2024 in 0s

89.98% (-0.93%) compared to a41b552

View this Pull Request on Codecov

89.98% (-0.93%) compared to a41b552

Details

Codecov Report

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

Project coverage is 89.98%. Comparing base (a41b552) to head (bfb71f5).
Report is 3 commits behind head on main.

Files Patch % Lines
authx/main.py 68.00% 8 Missing ⚠️
authx/_internal/_callback.py 50.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #566      +/-   ##
==========================================
- Coverage   90.90%   89.98%   -0.93%     
==========================================
  Files          16       16              
  Lines         792      819      +27     
  Branches      122      130       +8     
==========================================
+ Hits          720      737      +17     
- Misses         51       61      +10     
  Partials       21       21              

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