denoland / std

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

refactor(yaml): remove `storeMappingPair()` result `null` type #5781

Closed timreichen closed 3 weeks ago

timreichen commented 3 weeks ago

Changes This PR removes the null type of result in storeMappingPair().

Reasoning This should improve the codecov score.

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 96.25%. Comparing base (60402c6) to head (eb27630). Report is 1 commits behind head on main.

Files Patch % Lines
yaml/_loader_state.ts 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5781 +/- ## ========================================== - Coverage 96.25% 96.25% -0.01% ========================================== Files 481 481 Lines 38746 38743 -3 Branches 5616 5615 -1 ========================================== - Hits 37294 37291 -3 - Misses 1410 1411 +1 + Partials 42 41 -1 ```

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