refactor: resolve eslint warnings (max-statements, complexity) - src/lib/controller/index.ts
#1486
+173
−60
Codecov / codecov/project
succeeded
Nov 25, 2024 in 0s
79.17% (+0.60%) compared to 847ec6e
View this Pull Request on Codecov
79.17% (+0.60%) compared to 847ec6e
Details
Codecov Report
Attention: Patch coverage is 44.44444%
with 15 lines
in your changes missing coverage. Please review.
Project coverage is 79.17%. Comparing base (
847ec6e
) to head (0104d02
).
Files with missing lines | Patch % | Lines |
---|---|---|
src/lib/controller/index.ts | 6.25% | 15 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #1486 +/- ##
==========================================
+ Coverage 78.56% 79.17% +0.60%
==========================================
Files 38 39 +1
Lines 1717 1719 +2
Branches 410 388 -22
==========================================
+ Hits 1349 1361 +12
- Misses 339 356 +17
+ Partials 29 2 -27
Files with missing lines | Coverage Δ | |
---|---|---|
src/lib/controller/index.util.ts | 100.00% <100.00%> (ø) |
|
src/lib/controller/index.ts | 10.83% <6.25%> (+1.53%) |
⬆️ |
- Flaky Tests Detection - Detect and resolve failed and flaky tests
- JS Bundle Analysis - Avoid shipping oversized bundles
Loading