denoland / deno_std

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

refactor(yaml): rename util functions #5310

Closed timreichen closed 2 days ago

timreichen commented 2 days ago

~All these functions are moved into _util.ts to clean up _loader.ts and _dumper.ts~

codecov[bot] commented 2 days ago

Codecov Report

Attention: Patch coverage is 96.34146% with 3 lines in your changes missing coverage. Please review.

Project coverage is 95.81%. Comparing base (a92e1b6) to head (d809476).

Files Patch % Lines
yaml/_dumper.ts 80.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5310 +/- ## ======================================= Coverage 95.81% 95.81% ======================================= Files 458 458 Lines 37870 37877 +7 Branches 5566 5563 -3 ======================================= + Hits 36285 36292 +7 Misses 1545 1545 Partials 40 40 ```

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