kimtore / pms

Practical Music Search is an interactive Vim-like console client for the Music Player Daemon.
https://ambientsound.github.io/pms/
MIT License
249 stars 23 forks source link

WIP: Replace tcell with termbox #108

Closed kimtore closed 4 years ago

kimtore commented 6 years ago

This is a refactoring commit that will replace the tcell library with the simpler termbox.

codecov-io commented 6 years ago

Codecov Report

Merging #108 into master will decrease coverage by 0.35%. The diff coverage is 54.02%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #108      +/-   ##
==========================================
- Coverage   53.26%   52.91%   -0.36%     
==========================================
  Files          51       55       +4     
  Lines        1821     1905      +84     
==========================================
+ Hits          970     1008      +38     
- Misses        828      870      +42     
- Partials       23       27       +4
Impacted Files Coverage Δ
options/defaults.go 0% <ø> (ø) :arrow_up:
commands/redraw.go 0% <0%> (ø) :arrow_up:
commands/list.go 0% <0%> (ø) :arrow_up:
term/canvas.go 0% <0%> (ø)
commands/cursor.go 64.35% <0%> (+1.85%) :arrow_up:
commands/viewport.go 45.34% <0%> (-0.54%) :arrow_down:
commands/style.go 83.33% <100%> (-1.39%) :arrow_down:
keysequence/keysequence.go 22.72% <20%> (-39.28%) :arrow_down:
term/sampler.go 64.28% <64.28%> (ø)
term/keypress.go 71.69% <71.69%> (ø)
... and 6 more

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 c493317...37e7f0e. Read the comment docs.