Skip to content
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: eslint max depth warnings #1255

Merged
merged 16 commits into from
Oct 31, 2024

Merge branch 'main' into resolve-eslint-max-depth

e5bce29
Select commit
Loading
Failed to load commit list.
Merged

fix: eslint max depth warnings #1255

Merge branch 'main' into resolve-eslint-max-depth
e5bce29
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 31, 2024 in 0s

79.85% (+0.16%) compared to 0971bd3

View this Pull Request on Codecov

79.85% (+0.16%) compared to 0971bd3

Details

Codecov Report

Attention: Patch coverage is 31.70732% with 28 lines in your changes missing coverage. Please review.

Project coverage is 79.85%. Comparing base (0971bd3) to head (e5bce29).

Files with missing lines Patch % Lines
src/lib/watch-processor.ts 35.00% 13 Missing ⚠️
src/lib/mutate-processor.ts 0.00% 12 Missing ⚠️
src/lib/validate-processor.ts 0.00% 3 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1255      +/-   ##
==========================================
+ Coverage   79.69%   79.85%   +0.16%     
==========================================
  Files          40       40              
  Lines        1945     1941       -4     
  Branches      384      409      +25     
==========================================
  Hits         1550     1550              
+ Misses        393      389       -4     
  Partials        2        2              
Files with missing lines Coverage Δ
src/lib/helpers.ts 97.17% <100.00%> (-0.02%) ⬇️
src/lib/validate-processor.ts 13.51% <0.00%> (+0.35%) ⬆️
src/lib/mutate-processor.ts 9.58% <0.00%> (+0.49%) ⬆️
src/lib/watch-processor.ts 78.64% <35.00%> (-0.57%) ⬇️