change console output format from plan to colored in gradle build of ci#3364
Merged
sfeilmeier merged 1 commit intoOpenEMS:developfrom Oct 20, 2025
Merged
Conversation
from gradle 9.1, it support colord option (I contributed this). --console=rich break ci output, because it designed rich terminal(VT100). but this option is for ci, not break ci output.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #3364 +/- ##
=============================================
+ Coverage 59.78% 59.82% +0.04%
Complexity 112 112
=============================================
Files 2785 2785
Lines 120785 120785
Branches 9015 9015
=============================================
+ Hits 72205 72249 +44
+ Misses 45901 45846 -55
- Partials 2679 2690 +11 🚀 New features to boost your workflow:
|
Contributor
Author
|
Oh!! This project output is hooked! this flag is not needed!! https://github.com/OpenEMS/openems/blame/799ee37a0a380da5867da71ceb91df5e4647a378/build.gradle#L55 |
da-Kai
approved these changes
Oct 20, 2025
sfeilmeier
approved these changes
Oct 20, 2025
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.
from gradle 9.1, it support colord option (I contributed this). --console=rich break ci output, because it designed rich terminal(VT100). but this option is for ci, not break ci output.