-
-
Notifications
You must be signed in to change notification settings - Fork 75
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: account for base when suggesting rerun cmd #992
fix: account for base when suggesting rerun cmd #992
Conversation
Add additional filter logic to check if an options entry was excluded by the base, and filter it out of the suggested rerun flags
Codecov Report
@@ Coverage Diff @@
## main #992 +/- ##
==========================================
+ Coverage 94.10% 94.12% +0.02%
==========================================
Files 95 95
Lines 5428 5448 +20
Branches 431 436 +5
==========================================
+ Hits 5108 5128 +20
Misses 319 319
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
I am not entirely sure why this is failing compliance checks? |
From the failure linked in the ❌: https://github.com/JoshuaKGoldberg/create-typescript-app/actions/runs/6690991139/job/18177354788?pr=992:
|
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.
Wonderful, thanks! This will make my life a bit easier for #734 😄
Not much to change, the core logic is looking great. Just a few small touchups. What do you think?
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.
Great, thanks! Just one small nitpick on the opts
variable name - I can merge in a few days if you don't have strong objection to renaming.
👋 @GV14982 still interested in the |
Oh sorry, I misunderstood your earlier comment. Yeah by all means! |
🎉 This is included in version v1.43.1 🎉 The release is available on: Cheers! 📦🚀 |
PR Checklist
status: accepting prs
Overview
Add additional filter logic to check if an options entry was excluded by the base, and filter it out of the suggested rerun flags, add new test, update failing test with suggestion from jest
(>^u^)><(^u^)><(^u^<)