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

Start writing tests for song: the AutoFill function. #109

Closed xamebax closed 6 years ago

xamebax commented 6 years ago

Implemented one test for now.

codecov-io commented 6 years ago

Codecov Report

Merging #109 into master will decrease coverage by 1.2%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #109      +/-   ##
==========================================
- Coverage   53.26%   52.06%   -1.21%     
==========================================
  Files          51       52       +1     
  Lines        1821     1888      +67     
==========================================
+ Hits          970      983      +13     
- Misses        828      879      +51     
- Partials       23       26       +3
Impacted Files Coverage Δ
song/song.go 19.4% <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 c493317...fb21839. Read the comment docs.