-
Notifications
You must be signed in to change notification settings - Fork 17
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
refactor: resolve eslint warnings (max-depth, complexity) - src/lib/mutate-processor.ts #1543
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1543 +/- ##
==========================================
+ Coverage 78.24% 80.28% +2.04%
==========================================
Files 41 41
Lines 1889 1902 +13
Branches 444 436 -8
==========================================
+ Hits 1478 1527 +49
+ Misses 409 346 -63
- Partials 2 29 +27
|
Was able to squash the |
Related to #1547 |
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.
We did a sync review of changes, good to go.
Describe what should be investigated or refactored
Refactor of
src/lib/mutate-processor.ts
to reduce complexity warnings:Additional context
Fixes #1532
In support of #1248