Skip to content

Conversation

tzakharko
Copy link
Contributor

Fixes #162.

This will add padding after the spinner output to make sure that any remaining output has been properly overwritten. Previous implementation could leave garbage if template length changes dynamically.

@codecov-commenter
Copy link

codecov-commenter commented Aug 17, 2020

Codecov Report

Merging #164 into master will decrease coverage by 0.21%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #164      +/-   ##
==========================================
- Coverage   80.16%   79.94%   -0.22%     
==========================================
  Files          30       30              
  Lines        1467     1471       +4     
==========================================
  Hits         1176     1176              
- Misses        291      295       +4     
Impacted Files Coverage Δ
R/spinner.R 10.22% <0.00%> (-0.49%) ⬇️
R/width.R 100.00% <0.00%> (ø)
R/internals.R 93.61% <0.00%> (+0.28%) ⬆️

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 a8b708e...d62d2e1. Read the comment docs.

@gaborcsardi
Copy link
Member

Thanks much! I could not push to this branch, so I merged it manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spinner does not clear the line on update
3 participants