takikadiri / kedro-boot

A kedro plugin that streamlines the integration between Kedro projects and third-party applications, making it easier for you to develop end-to-end production-ready data science applications.
Apache License 2.0
34 stars 6 forks source link

Lazy import of kedro fastapi modules and configs #23

Closed takikadiri closed 7 months ago

takikadiri commented 7 months ago

Adress #22 without closing it

codecov-commenter commented 7 months ago

Codecov Report

Attention: 19 lines in your changes are missing coverage. Please review.

Comparison is base (5cacf45) 61.28% compared to head (8064812) 60.56%.

Files Patch % Lines
kedro_boot/app/fastapi/app.py 0.00% 8 Missing :warning:
kedro_boot/app/fastapi/starter_apps/runner.py 0.00% 7 Missing :warning:
kedro_boot/app/fastapi/session.py 0.00% 3 Missing :warning:
kedro_boot/app/fastapi/cli.py 0.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #23 +/- ## ========================================== - Coverage 61.28% 60.56% -0.72% ========================================== Files 27 26 -1 Lines 842 852 +10 ========================================== Hits 516 516 - Misses 326 336 +10 ```

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