theckman / yacspin

Yet Another CLi Spinner; providing over 80 easy to use and customizable terminal spinners for multiple OSes
Apache License 2.0
434 stars 13 forks source link

Remove identifiers deprecated in v0.8.0 #40

Closed theckman closed 2 years ago

theckman commented 2 years ago

This removes the Delay field from the Config struct. This also removes two methods from the *Spinner type: Delay() and Active().

codecov[bot] commented 2 years ago

Codecov Report

Merging #40 (8351387) into master (50549a0) will decrease coverage by 0.08%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
- Coverage   94.51%   94.43%   -0.09%     
==========================================
  Files           2        2              
  Lines         529      521       -8     
==========================================
- Hits          500      492       -8     
  Misses         15       15              
  Partials       14       14              
Flag Coverage Δ
unittests 94.43% <ø> (-0.09%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
spinner.go 94.25% <ø> (-0.09%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 50549a0...8351387. Read the comment docs.