Open
Conversation
Member
Can you open a different pull-request for this? |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #62352 +/- ##
==========================================
- Coverage 91.60% 89.69% -1.91%
==========================================
Files 337 676 +339
Lines 140745 206693 +65948
Branches 21802 39584 +17782
==========================================
+ Hits 128925 185389 +56464
- Misses 11595 13442 +1847
- Partials 225 7862 +7637 🚀 New features to boost your workflow:
|
Contributor
Author
Sure, open #62356. |
Member
|
Can you update this PR? |
8255ac3 to
7831d51
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In this PR we enable the ESLint
--concurrencymode. Per report fromTIME(1), a cache-missed eslint job has improved from 75 seconds to 25 seconds on my machine. In the cache-hit scenario, both mode exit in less than 2 seconds.