denoland / std

The Deno Standard Library
https://jsr.io/@std
MIT License
3k stars 598 forks source link

refactor(yaml): inline `storeMappingPair()` #5779

Closed timreichen closed 3 weeks ago

timreichen commented 3 weeks ago

Ref: https://github.com/denoland/std/pull/5749

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 94.87179% with 4 lines in your changes missing coverage. Please review.

Project coverage is 96.27%. Comparing base (076acf5) to head (6273bbe). Report is 1 commits behind head on main.

Files Patch % Lines
yaml/_loader_state.ts 94.87% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5779 +/- ## ========================================== + Coverage 96.24% 96.27% +0.02% ========================================== Files 481 481 Lines 38743 38738 -5 Branches 5615 5615 ========================================== + Hits 37288 37294 +6 + Misses 1414 1403 -11 Partials 41 41 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

iuioiua commented 3 weeks ago

Please rebase