community-of-python / microbootstrap

Bootstrap your microservices in a second!
27 stars 2 forks source link

Add offline swagger and CORS support #11

Closed insani7y closed 3 months ago

insani7y commented 3 months ago

Closes #4

codecov[bot] commented 3 months ago

Codecov Report

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

Flag Coverage Δ
unittests 95.20% <100.00%> (+1.22%) :arrow_up:

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

Files Coverage Δ
microbootstrap/__init__.py 100.00% <100.00%> (ø)
microbootstrap/bootstrappers/litestar.py 100.00% <100.00%> (ø)
microbootstrap/instruments/base.py 94.11% <100.00%> (+8.40%) :arrow_up:
microbootstrap/instruments/cors_instrument.py 100.00% <100.00%> (ø)
microbootstrap/instruments/logging_instrument.py 98.68% <100.00%> (-0.04%) :arrow_down:
...obootstrap/instruments/opentelemetry_instrument.py 100.00% <100.00%> (ø)
...icrobootstrap/instruments/prometheus_instrument.py 100.00% <100.00%> (+4.34%) :arrow_up:
microbootstrap/instruments/sentry_instrument.py 100.00% <100.00%> (ø)
microbootstrap/instruments/swagger_instrument.py 100.00% <100.00%> (ø)
microbootstrap/settings.py 100.00% <100.00%> (ø)