Skip to content

[CDF-24779] 🤓 Allow no config#2798

Open
doctrino wants to merge 1 commit intomainfrom
allow-run-no-config
Open

[CDF-24779] 🤓 Allow no config#2798
doctrino wants to merge 1 commit intomainfrom
allow-run-no-config

Conversation

@doctrino
Copy link
Copy Markdown
Contributor

Description

In build v2 we should allow to run without config.<>.yaml. This will lower the barrier to entry

image image

Bump

  • Patch
  • Skip

@doctrino doctrino requested review from a team as code owners March 27, 2026 10:38
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

help="The name of the config YAML file to use. It expected to be named config.<name>.yaml and be located in the organization directory.",
),
] = CDF_TOML.cdf.default_config_yaml,
] = None,
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

We cannot have a default here as then it is impossible to pass in None meaning no config.

@github-actions
Copy link
Copy Markdown

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
39450 33440 85% 80% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: f4e768d by action🐍

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.76%. Comparing base (8d976a2) to head (f4e768d).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2798   +/-   ##
=======================================
  Coverage   84.76%   84.76%           
=======================================
  Files         447      448    +1     
  Lines       39400    39450   +50     
=======================================
+ Hits        33396    33440   +44     
- Misses       6004     6010    +6     

see 7 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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