chore(cicd): param by default enable all feature flag on feature branch (#0000) - #6196
Merged
Merged
Conversation
corinnekrych (corinnekrych)
requested review from
antoinemzs and
Guillaume (guillaumejparis)
June 11, 2026 08:39
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the manual “Deploy feature branch on staging” GitHub Actions workflow to pass a default configuration enabling all “dev/preview” features when launching a feature-branch environment.
Changes:
- Extend the
workflow_dispatchinputopenaev_configdefault JSON with a setting intended to enable all dev features (*).
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project check has failed because the head coverage (2.20%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #6196 +/- ##
=========================================
Coverage 42.80% 42.80%
Complexity 6787 6787
=========================================
Files 2238 2238
Lines 61181 61181
Branches 8016 8016
=========================================
Hits 26189 26189
- Misses 33280 33302 +22
+ Partials 1712 1690 -22
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Guillaume (guillaumejparis)
approved these changes
Jun 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
Enable all feature flagds by default when requesting a Feature branch. User can also override the
*to specify the specific feature but at least the syntax for the env variable is proposed here (i keep forgettingit)