popomore / projj

Manage repository easily.
MIT License
266 stars 40 forks source link

feat: [BREAKING_CHANGE] support multiple base directory #52

Closed popomore closed 4 years ago

popomore commented 4 years ago

and refacting cache data structure that key is absolute path.

codecov[bot] commented 4 years ago

Codecov Report

Merging #52 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #52   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          13     13           
  Lines         332    354   +22     
=====================================
+ Hits          332    354   +22
Impacted Files Coverage Δ
lib/command/remove.js 100% <100%> (ø) :arrow_up:
lib/command/runall.js 100% <100%> (ø) :arrow_up:
lib/command/sync.js 100% <100%> (ø) :arrow_up:
lib/cache.js 100% <100%> (ø) :arrow_up:
lib/base_command.js 100% <100%> (ø) :arrow_up:
lib/command/add.js 100% <100%> (ø) :arrow_up:
lib/command/import.js 100% <100%> (ø) :arrow_up:
lib/command/find.js 100% <100%> (ø) :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 e8b8fe4...fea14da. Read the comment docs.