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

[CDF-22565] 🫵Build Selected Option #961

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Conversation

doctrino
Copy link
Collaborator

@doctrino doctrino commented Sep 18, 2024

Description

Only modules directory required

image

Build without config file

image

Using Selected

image

Checklist

Copy link

github-actions bot commented Sep 18, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
11912 8569 72% 60% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
cognite_toolkit/_cdf.py 50% 🟢
cognite_toolkit/_cdf_tk/apps/_core_app.py 71% 🟢
cognite_toolkit/_cdf_tk/apps/_modules_app.py 69% 🟢
cognite_toolkit/_cdf_tk/apps/_run.py 75% 🟢
cognite_toolkit/_cdf_tk/cdf_toml.py 89% 🟢
cognite_toolkit/_cdf_tk/commands/build.py 80% 🟢
cognite_toolkit/_cdf_tk/commands/modules.py 35% 🟢
cognite_toolkit/_cdf_tk/commands/pull.py 80% 🟢
cognite_toolkit/_cdf_tk/commands/run.py 64% 🟢
cognite_toolkit/_cdf_tk/constants.py 100% 🟢
cognite_toolkit/_cdf_tk/data_classes/_base.py 80% 🟢
cognite_toolkit/_cdf_tk/data_classes/_build_info.py 82% 🟢
cognite_toolkit/_cdf_tk/data_classes/_config_yaml.py 75% 🟢
cognite_toolkit/_cdf_tk/hints.py 57% 🟢
TOTAL 72% 🟢

updated for commit: e035cbe by action🐍

@@ -21,7 +21,7 @@
@dataclass
class CLIConfig:
default_organization_dir: Path
default_env: str = "dev"
default_env: str | None = None
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None here indicates to load the default

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.

1 participant