-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
fix: base suggested next steps on options #906
Conversation
"@typescript-eslint/prefer-nullish-coalescing": [ | ||
"error", | ||
{ ignorePrimitives: true }, | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So that I can use booleanValue || somethingMoreComplex
in the new function.
for (const excludeRenovate of [false, true]) { | ||
for (const excludeTests of [false, true]) { | ||
test( | ||
// eslint-disable-next-line vitest/valid-title |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report
@@ Coverage Diff @@
## main #906 +/- ##
==========================================
+ Coverage 93.57% 93.77% +0.19%
==========================================
Files 89 90 +1
Lines 4731 4800 +69
Branches 378 394 +16
==========================================
+ Hits 4427 4501 +74
+ Misses 303 298 -5
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
🎉 This is included in version v1.32.0 🎉 The release is available on: Cheers! 📦🚀 |
PR Checklist
status: accepting prs
Overview
Pulls the logging of next steps (app(s) and/or token(s) to enable) into a dedicated
generateNextSteps
function, with unit tests.outro
now allows avariant
for each group, as this new logging isn't the preivously-always-gray code-style logging.