deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

test(cli): Create cli/spinner `Spinner` tests using Deno.Command.spawn()

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

Adding tests for @std/cli/spinner per #4672 . Open to feedback.

JakeAve avatar May 10 '24 23:05 JakeAve

Codecov Report

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

Project coverage is 91.44%. Comparing base (ea70808) to head (6192aa1). Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4713      +/-   ##
==========================================
- Coverage   91.47%   91.44%   -0.03%     
==========================================
  Files         477      480       +3     
  Lines       37240    37324      +84     
  Branches     5311     5320       +9     
==========================================
+ Hits        34065    34132      +67     
- Misses       3119     3136      +17     
  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 23:05 codecov[bot]

One of these tests appears to be flaky: https://github.com/denoland/deno_std/actions/runs/9058079848/job/24883108851

iuioiua avatar May 13 '24 07:05 iuioiua