elixir-cloud-aai / foca

Opinionated Flask microservice archetype for quick OpenAPI-based microservice development
Apache License 2.0
16 stars 12 forks source link

fix: fix custom config usage behaviour #183

Closed alohamora closed 1 year ago

alohamora commented 1 year ago

Description

This PR fixes the bug where foca did not register a custom config model which is passed in the input config if the api specs were not provided

Fixes #181

Type of change

Please delete options that are not relevant.

Checklist:

codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d4c1280) 100.00% compared to head (6489561) 100.00%. Report is 1 commits behind head on dev.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #183 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 20 20 Lines 978 984 +6 ========================================= + Hits 978 984 +6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.