Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop AppPipeline in favor of pipeline namespaces #14

Merged
merged 1 commit into from
Jan 28, 2024

Conversation

takikadiri
Copy link
Owner

Close #8

@takikadiri takikadiri linked an issue Jan 28, 2024 that may be closed by this pull request
@codecov-commenter
Copy link

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 ⚠️
kedro_boot/framework/cli/cli.py 0.00% 25 Missing ⚠️
kedro_boot/app/app.py 0.00% 12 Missing ⚠️
kedro_boot/framework/compiler/compiler.py 85.33% 11 Missing ⚠️
kedro_boot/framework/context/context.py 87.35% 11 Missing ⚠️
kedro_boot/framework/adapter.py 0.00% 8 Missing ⚠️
kedro_boot/framework/compiler/specs.py 93.33% 6 Missing ⚠️
kedro_boot/framework/renderer/renderer.py 88.88% 2 Missing ⚠️
kedro_boot/framework/session/session.py 94.73% 2 Missing ⚠️
kedro_boot/app/__init__.py 0.00% 1 Missing ⚠️
... and 2 more

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

Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@takikadiri takikadiri merged commit 0847222 into main Jan 28, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop AppPipeline in favor of pipeline namespaces
2 participants