code-specialist / fastapi-keycloak

Keycloak integration for Python FastAPI
https://fastapi-keycloak.code-specialist.com/
Apache License 2.0
193 stars 50 forks source link

Initial roles #33

Closed yannicschroeer closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #33 (181efeb) into master (f35e6ff) will decrease coverage by 23.07%. The diff coverage is 100.00%.

:exclamation: Current head 181efeb differs from pull request most recent head ffe35d9. Consider uploading reports for the commit ffe35d9 to get more accurate results

@@             Coverage Diff             @@
##           master      #33       +/-   ##
===========================================
- Coverage   92.66%   69.58%   -23.08%     
===========================================
  Files           4        4               
  Lines         409      411        +2     
===========================================
- Hits          379      286       -93     
- Misses         30      125       +95     
Impacted Files Coverage Δ
fastapi_keycloak/api.py 63.93% <ø> (-27.46%) :arrow_down:
fastapi_keycloak/__init__.py 100.00% <100.00%> (ø)
fastapi_keycloak/model.py 92.30% <100.00%> (-2.63%) :arrow_down:
fastapi_keycloak/exceptions.py 62.50% <0.00%> (-37.50%) :arrow_down:

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 f35e6ff...ffe35d9. Read the comment docs.