perf(core): convert for..in
to Object.keys().forEach
for better perf
#1370
Codecov / codecov/project
succeeded
Jan 26, 2024 in 1s
99.8% (+0.1%) compared to cec6502
View this Pull Request on Codecov
99.8% (+0.1%) compared to cec6502
Details
Codecov Report
All modified and coverable lines are covered by tests ✅
Comparison is base (
cec6502
) 99.7% compared to head (554a14b
) 99.8%.
Additional details and impacted files
@@ Coverage Diff @@
## master #1370 +/- ##
========================================
+ Coverage 99.7% 99.8% +0.1%
========================================
Files 199 199
Lines 21565 21566 +1
Branches 7199 7200 +1
========================================
+ Hits 21499 21503 +4
+ Misses 59 57 -2
+ Partials 7 6 -1
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
Loading