deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

test(yaml): test handling of omap

Open kt3k opened this issue 1 year ago • 1 comments

This PR adds test cases of yaml, which exercises the handling omap type in yaml string.

(yaml/_type/omap.ts is covered 100% with this change)

related: #3713

kt3k avatar May 24 '24 06:05 kt3k

Codecov Report

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

Project coverage is 92.35%. Comparing base (5d7cb3c) to head (0628b09).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4851      +/-   ##
==========================================
+ Coverage   92.26%   92.35%   +0.09%     
==========================================
  Files         487      487              
  Lines       41535    41531       -4     
  Branches     5394     5405      +11     
==========================================
+ Hits        38324    38358      +34     
+ Misses       3154     3117      -37     
+ Partials       57       56       -1     

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

codecov[bot] avatar May 24 '24 06:05 codecov[bot]