Closed fregante closed 2 months ago
Attention: Patch coverage is 37.50000%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 95.91%. Comparing base (
bdff75d
) to head (db8b95d
). Report is 2 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
resolvers/webpack/index.js | 37.50% | 5 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
No dependency changes detected. Learn more about Socket for GitHub ↗︎
👍 No dependency changes detected in pull request
This PR reduces the amount of code run by using a plain for loop with early return. I was hesitant to make the change at first but I noticed that there are a lot of similar loops in the code so it shouldn't be a problem to use the same here