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

Add update command #117

Closed dvdmuckle closed 5 years ago

dvdmuckle commented 5 years ago

Fixes #116.

codecov-io commented 5 years ago

Codecov Report

Merging #117 into master will decrease coverage by 0.32%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #117      +/-   ##
==========================================
- Coverage   52.06%   51.73%   -0.33%     
==========================================
  Files          52       53       +1     
  Lines        1888     1900      +12     
==========================================
  Hits          983      983              
- Misses        879      891      +12     
  Partials       26       26
Impacted Files Coverage Δ
commands/command.go 65.45% <ø> (ø) :arrow_up:
commands/update.go 0% <0%> (ø)

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 86649eb...f4e3faa. Read the comment docs.

kimtore commented 5 years ago

Thanks, appreciated :)