tokusumi / fastapi-cloudauth

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

Unification for test app instantiate #44

Closed tokusumi closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #44 (ca85ee8) into master (328c677) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #44   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines          817       786   -31     
=========================================
- Hits           817       786   -31     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

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

Impacted Files Coverage Δ
fastapi_cloudauth/base.py 100.00% <100.00%> (ø)
fastapi_cloudauth/verification.py 100.00% <100.00%> (ø)
tests/helpers.py 100.00% <100.00%> (ø)
tests/test_auth0.py 100.00% <100.00%> (ø)
tests/test_cloudauth.py 100.00% <100.00%> (ø)
tests/test_cognito.py 100.00% <100.00%> (ø)
tests/test_firebase.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 328c677...ca85ee8. Read the comment docs.