denoland / deno_std

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

BREAKING(yaml): remove `StringifyOptions.noRefs` #5291

Closed iuioiua closed 3 days ago

codecov[bot] commented 3 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.77%. Comparing base (5303767) to head (4b9ce81).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5291 +/- ## ========================================== + Coverage 95.76% 95.77% +0.01% ========================================== Files 457 457 Lines 37955 37916 -39 Branches 5569 5562 -7 ========================================== - Hits 36346 36315 -31 + Misses 1568 1560 -8 Partials 41 41 ```

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

kt3k commented 3 days ago

Sorry noRefs was actually working until recently. I'll fix noRefs first.

https://github.com/denoland/deno_std/pull/5288#issuecomment-2208148575