tokusumi / fastapi-cloudauth

Simple integration between FastAPI and cloud authentication services (AWS Cognito, Auth0, Firebase Authentication).
MIT License
323 stars 35 forks source link

Add support python3.9 #64

Closed tokusumi closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #64 (e8973a7) into master (104fe80) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #64   +/-   ##
=======================================
  Coverage   99.69%   99.69%           
=======================================
  Files          14       14           
  Lines        1316     1316           
=======================================
  Hits         1312     1312           
  Misses          4        4           
Flag Coverage Δ
unittests 99.69% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
fastapi_cloudauth/cognito.py 100.00% <ø> (ø)
fastapi_cloudauth/verification.py 99.47% <ø> (ø)
tests/test_auth0.py 100.00% <ø> (ø)
tests/test_base.py 100.00% <ø> (ø)
tests/test_cognito.py 100.00% <ø> (ø)
tests/test_firebase.py 100.00% <100.00%> (ø)
tests/test_verification.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 104fe80...e8973a7. Read the comment docs.