-
-
Notifications
You must be signed in to change notification settings - Fork 76
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: correct remaining --auto mismatches #1612
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1612 +/- ##
==========================================
- Coverage 98.09% 97.77% -0.32%
==========================================
Files 102 174 +72
Lines 5764 9728 +3964
Branches 491 953 +462
==========================================
+ Hits 5654 9512 +3858
- Misses 109 215 +106
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This reverts commit afa66c2.
This reverts commit cfc14a2.
🎉 This is included in version v1.67.3 🎉 The release is available on: Cheers! 📦🚀 |
PR Checklist
status: accepting prs
Overview
Fills in a lot of logic around defaults that was previously not hooked up.
--auto
now completely works as expected in this repository.💖