Skip to content
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

Merged
merged 3 commits into from
Sep 30, 2023

Conversation

JoshuaKGoldberg
Copy link
Owner

@JoshuaKGoldberg JoshuaKGoldberg commented Sep 30, 2023

PR Checklist

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 a variant for each group, as this new logging isn't the preivously-always-gray code-style logging.

"@typescript-eslint/prefer-nullish-coalescing": [
"error",
{ ignorePrimitives: true },
],
Copy link
Owner Author

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
Copy link
Owner Author

Choose a reason for hiding this comment

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

@codecov
Copy link

codecov bot commented Sep 30, 2023

Codecov Report

Merging #906 (759c0e2) into main (8f7692a) will increase coverage by 0.19%.
Report is 1 commits behind head on main.
The diff coverage is 98.88%.

@@            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              
Flag Coverage Δ
create 72.28% <80.00%> (+0.30%) ⬆️
initialize 37.93% <80.00%> (+0.77%) ⬆️
migrate 71.11% <78.88%> (+0.38%) ⬆️
unit 67.86% <91.11%> (+0.59%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/initialize/index.ts 97.72% <100.00%> (-0.06%) ⬇️
src/migrate/index.ts 97.72% <100.00%> (+0.16%) ⬆️
src/shared/cli/outro.ts 100.00% <100.00%> (ø)
src/shared/generateNextSteps.ts 100.00% <100.00%> (ø)
src/shared/options/readOptionDefaults/index.ts 98.30% <100.00%> (ø)
src/steps/writing/creation/createESLintRC.ts 100.00% <100.00%> (ø)
src/create/index.ts 95.65% <80.00%> (+6.46%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@JoshuaKGoldberg JoshuaKGoldberg merged commit ddf1318 into main Sep 30, 2023
@JoshuaKGoldberg JoshuaKGoldberg deleted the options-based-next-steps branch September 30, 2023 17:01
@github-actions
Copy link

github-actions bot commented Oct 2, 2023

🎉 This is included in version v1.32.0 🎉

The release is available on:

Cheers! 📦🚀

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.

🐛 Bug: Post-creation/initialization messages can reference skipped features
1 participant