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

Drop AppPipeline in favor of pipeline namespaces #14

Closed takikadiri closed 8 months ago

takikadiri commented 8 months ago

Close #8

codecov-commenter commented 8 months ago

Codecov Report

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

Comparison is base (8aba4f8) 64.04% compared to head (92f56f5) 64.12%.

Files Patch % Lines
kedro_boot/framework/cli/factory.py 0.00% 70 Missing :warning:
kedro_boot/framework/cli/cli.py 0.00% 25 Missing :warning:
kedro_boot/app/app.py 0.00% 12 Missing :warning:
kedro_boot/framework/compiler/compiler.py 85.33% 11 Missing :warning:
kedro_boot/framework/context/context.py 87.35% 11 Missing :warning:
kedro_boot/framework/adapter.py 0.00% 8 Missing :warning:
kedro_boot/framework/compiler/specs.py 93.33% 6 Missing :warning:
kedro_boot/framework/renderer/renderer.py 88.88% 2 Missing :warning:
kedro_boot/framework/session/session.py 94.73% 2 Missing :warning:
kedro_boot/app/__init__.py 0.00% 1 Missing :warning:
... and 2 more

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #14 +/- ## ========================================== + Coverage 64.04% 64.12% +0.08% ========================================== Files 16 16 Lines 584 616 +32 ========================================== + Hits 374 395 +21 - Misses 210 221 +11 ```

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