-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(cli): Spinner
tests
#4713
test(cli): Spinner
tests
#4713
Conversation
Spinner
tests using Deno.Command.spawn()Spinner
tests using Deno.Command.spawn()
Codecov ReportAll modified and coverable lines are covered by tests ✅
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 ☔ View full report in Codecov by Sentry. |
Spinner
tests using Deno.Command.spawn()Spinner
tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
One of these tests appears to be flaky: https://github.com/denoland/deno_std/actions/runs/9058079848/job/24883108851 |
Adding tests for @std/cli/spinner per #4672 . Open to feedback.