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

Move Bleve search index data from singleton to songlist. #106

Closed kimtore closed 6 years ago

kimtore commented 6 years ago

This patch brings a few important changes:

codecov-io commented 6 years ago

Codecov Report

Merging #106 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #106   +/-   ##
=======================================
  Coverage   53.35%   53.35%           
=======================================
  Files          51       51           
  Lines        1818     1818           
=======================================
  Hits          970      970           
  Misses        825      825           
  Partials       23       23
Impacted Files Coverage Δ
commands/isolate.go 28.12% <0%> (ø) :arrow_up:

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 5789d68...b1f44e0. Read the comment docs.