AshlinHarris / Spinners.jl

Command line spinners in Julia with Unicode support
MIT License
14 stars 1 forks source link

Suppress input, allow Ctrl+C #153

Closed AshlinHarris closed 1 year ago

AshlinHarris commented 1 year ago

Close #126

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 54.54% and project coverage change: -6.71 :warning:

Comparison is base (d2bcc54) 87.09% compared to head (9cc6488) 80.39%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #153 +/- ## ========================================== - Coverage 87.09% 80.39% -6.71% ========================================== Files 1 1 Lines 31 51 +20 ========================================== + Hits 27 41 +14 - Misses 4 10 +6 ``` | [Impacted Files](https://codecov.io/gh/AshlinHarris/Spinners.jl/pull/153?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ashlin+Harris) | Coverage Δ | | |---|---|---| | [src/Spinners.jl](https://codecov.io/gh/AshlinHarris/Spinners.jl/pull/153?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ashlin+Harris#diff-c3JjL1NwaW5uZXJzLmps) | `80.39% <54.54%> (-6.71%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ashlin+Harris). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ashlin+Harris)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

AshlinHarris commented 1 year ago

This is my ugliest code yet!