community-of-python / microbootstrap

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

Make rich console output during bootstrap process #8

Closed insani7y closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 96.07843% with 2 lines in your changes missing coverage. Please review.

Files Patch % Lines
microbootstrap/instruments/base.py 66.66% 1 Missing :warning:
...icrobootstrap/instruments/prometheus_instrument.py 75.00% 1 Missing :warning:
Flag Coverage Δ
unittests 93.90% <96.07%> (+0.26%) :arrow_up:

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

Files Coverage Δ
microbootstrap/bootstrappers/base.py 97.82% <100.00%> (+0.32%) :arrow_up:
microbootstrap/bootstrappers/litestar.py 100.00% <100.00%> (ø)
microbootstrap/console_writer.py 100.00% <100.00%> (ø)
microbootstrap/instruments/logging_instrument.py 98.73% <100.00%> (+0.01%) :arrow_up:
...obootstrap/instruments/opentelemetry_instrument.py 100.00% <100.00%> (ø)
microbootstrap/instruments/sentry_instrument.py 100.00% <100.00%> (ø)
microbootstrap/instruments/base.py 85.71% <66.66%> (+1.33%) :arrow_up:
...icrobootstrap/instruments/prometheus_instrument.py 95.65% <75.00%> (-4.35%) :arrow_down:
vrslev commented 3 months ago

Seems fine 👍