-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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 --passWithNoTests #4639
Fix --passWithNoTests #4639
Conversation
@@ -464,6 +464,7 @@ export default function normalize(options: InitialOptions, argv: Argv) { | |||
case 'notify': | |||
case 'onlyChanged': | |||
case 'outputFile': | |||
case 'passWithNoTests': |
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.
This is a weird requirement to get CLI flags to pass through
edf8614
to
b9dd62e
Compare
Codecov Report
@@ Coverage Diff @@
## master #4639 +/- ##
=======================================
Coverage 57.12% 57.12%
=======================================
Files 194 194
Lines 6566 6566
Branches 3 3
=======================================
Hits 3751 3751
Misses 2815 2815
Continue to review full report at Codecov.
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Ref #4630. /cc @EnoahNetzach
Test plan
Green CI running the test which was previously skipped due to bad name