deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

test(net): improve test coverage

Open mbhrznr opened this issue 1 year ago • 1 comments
trafficstars

working towards https://github.com/denoland/deno_std/issues/3713. pushes code coverage of the net sub-module to 100%.

mbhrznr avatar May 10 '24 20:05 mbhrznr

Codecov Report

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

Project coverage is 91.49%. Comparing base (6deab72) to head (450a5f3).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4709      +/-   ##
==========================================
+ Coverage   91.48%   91.49%   +0.01%     
==========================================
  Files         477      477              
  Lines       37268    37268              
  Branches     5316     5317       +1     
==========================================
+ Hits        34093    34100       +7     
+ Misses       3119     3112       -7     
  Partials       56       56              

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

codecov[bot] avatar May 10 '24 22:05 codecov[bot]