-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
fix(typescript-estree): infers singleRun as true for project service #11327
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
base: main
Are you sure you want to change the base?
Conversation
Thanks for the PR, @nayounsang! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! 🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. |
✅ Deploy Preview for typescript-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
View your CI Pipeline Execution ↗ for commit b0dcd4a
☁️ Nx Cloud last updated this comment at |
Why tests was failed in CI? |
Can't reproduce test errors in local development. |
fcdcb41
to
de26768
Compare
@JoshuaKGoldberg @nayounsang Ok this one drove me a little insane working my way to a reproduction, but it actually has nothing to do with caching, it is all to do with whether In other words, you should be able to repro with: CI=true TYPESCRIPT_ESLINT_PROJECT_SERVICE=true nx test typescript-estree --skip-nx-cache |
Thanks for helping us find the cause of this weird bug. Now let's fix our logic to fix the CI test failure. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11327 +/- ##
==========================================
- Coverage 90.86% 90.86% -0.01%
==========================================
Files 503 503
Lines 51037 51026 -11
Branches 8424 8418 -6
==========================================
- Hits 46374 46364 -10
Misses 4648 4648
+ Partials 15 14 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
PR Checklist
Overview
As
project
is null whenprojectService
is true, we have to fix validate logic