Skip to content

__all__ are moved to the top according to the PEP8

be1555c
Select commit
Loading
Failed to load commit list.
Open

Typing infrastructure improvements #120

__all__ are moved to the top according to the PEP8
be1555c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 6, 2026 in 0s

91.07% (+2.90%) compared to cb86159

View this Pull Request on Codecov

91.07% (+2.90%) compared to cb86159

Details

Codecov Report

❌ Patch coverage is 92.20779% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.07%. Comparing base (cb86159) to head (be1555c).
⚠️ Report is 95 commits behind head on master.

Files with missing lines Patch % Lines
fastapi_sso/sso/google.py 50.00% 3 Missing ⚠️
fastapi_sso/sso/spotify.py 75.00% 2 Missing ⚠️
fastapi_sso/sso/fitbit.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #120      +/-   ##
==========================================
+ Coverage   88.16%   91.07%   +2.90%     
==========================================
  Files          14       16       +2     
  Lines         338      336       -2     
==========================================
+ Hits          298      306       +8     
+ Misses         40       30      -10     
Files with missing lines Coverage Δ
fastapi_sso/__init__.py 100.00% <100.00%> (ø)
fastapi_sso/infrastructure/__init__.py 100.00% <100.00%> (ø)
fastapi_sso/infrastructure/factories/__init__.py 100.00% <100.00%> (ø)
fastapi_sso/infrastructure/factories/provider.py 100.00% <100.00%> (ø)
fastapi_sso/infrastructure/openid.py 100.00% <100.00%> (ø)
fastapi_sso/sso/__init__.py 100.00% <100.00%> (ø)
fastapi_sso/sso/facebook.py 92.30% <100.00%> (+6.59%) ⬆️
fastapi_sso/sso/github.py 56.00% <100.00%> (+2.15%) ⬆️
fastapi_sso/sso/gitlab.py 92.30% <100.00%> (+6.59%) ⬆️
fastapi_sso/sso/kakao.py 92.30% <100.00%> (+6.59%) ⬆️
... and 6 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.