-
Notifications
You must be signed in to change notification settings - Fork 446
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
enable "streaming brief" CLI mode #4331
Conversation
6c7c1ee
to
c3d94db
Compare
These are updates to use the new "streaming brief" feature from craft-cli, but the feature itself is not enabled by this commit.
c3d94db
to
194e182
Compare
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #4331 +/- ##
==========================================
+ Coverage 89.09% 89.11% +0.01%
==========================================
Files 299 300 +1
Lines 20582 20623 +41
==========================================
+ Hits 18338 18378 +40
- Misses 2244 2245 +1
... and 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
this is a great improvement! |
The first commit has the version bumps and fixes from the craft-providers bump (not sure if those were expected)
Second commit has the actual enablement of the feature
The changes themselves are ready for review, but still need to:
... so I'm keeping it as a draft for now. The test failures are related to the needed merge
Fixes #4317