code-specialist / fastapi-keycloak

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

Feat: add refresh token to schemas #94

Closed Flosckow closed 1 year ago

Flosckow commented 1 year ago

Where should I add test_coverage.xml?

yannicschroeer commented 1 year ago

Where should I add test_coverage.xml?

In tests/coverage.xml as described in the pytest.ini

Flosckow commented 1 year ago

I was a little confused by the wording in readme about this. I hope I did everything right! Added coverage.xml This is my first commit to open source, please forgive me if I'm doing something wrong)

yannicschroeer commented 1 year ago

Thank you for your contribution