vixen-project / vixen

ViXeN is a multimedia viewer, metadata extractor and annotator.
https://vixen.readthedocs.io
Other
15 stars 8 forks source link

Clean button #13

Closed prabhuramachandran closed 6 years ago

prabhuramachandran commented 6 years ago

This cleans the project of any dead references. So if you delete some files, the database is not updated and rescan does not automatically delete these to prevent any data loss. Hitting clean will remove the metadata associated with these dead files.

codecov-io commented 6 years ago

Codecov Report

Merging #13 into master will increase coverage by 0.11%. The diff coverage is 96%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
+ Coverage   88.22%   88.34%   +0.11%     
==========================================
  Files           9        9              
  Lines        1503     1527      +24     
  Branches      257      263       +6     
==========================================
+ Hits         1326     1349      +23     
  Misses        116      116              
- Partials       61       62       +1
Impacted Files Coverage Δ
vixen/project.py 91.63% <100%> (+0.3%) :arrow_up:
vixen/vixen.py 88.66% <85.71%> (-0.05%) :arrow_down:

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 0047840...24a1b6e. Read the comment docs.