ground icon indicating copy to clipboard operation
ground copied to clipboard

Finished file hierarchy implementation

Open nipunramk opened this issue 6 years ago • 1 comments

One comment -- currently the file hierarchy is set so that it's by default global (cwd is "root"). We can change the cwd through the FileController.

nipunramk avatar Nov 16 '17 22:11 nipunramk

Codecov Report

Merging #120 into master will decrease coverage by 4.46%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #120      +/-   ##
============================================
- Coverage     63.03%   58.57%   -4.47%     
  Complexity      271      271              
============================================
  Files            66       70       +4     
  Lines          1339     1441     +102     
  Branches        136      149      +13     
============================================
  Hits            844      844              
- Misses          466      568     +102     
  Partials         29       29
Impacted Files Coverage Δ Complexity Δ
...nd/postgres/controllers/LineageEdgeController.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...y/ground/postgres/controllers/GraphController.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...ound/postgres/controllers/StructureController.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...pp/edu/berkeley/ground/postgres/util/TreeNode.java 0% <0%> (ø) 0 <0> (?)
...es/app/edu/berkeley/ground/postgres/util/Tree.java 0% <0%> (ø) 0 <0> (?)
...ey/ground/postgres/controllers/NodeController.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...ey/ground/postgres/controllers/FileController.java 0% <0%> (ø) 0 <0> (?)
...ey/ground/postgres/controllers/EdgeController.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...berkeley/ground/postgres/util/SharedFileState.java 0% <0%> (ø) 0 <0> (?)
...d/postgres/controllers/LineageGraphController.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
... and 4 more

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 ab3fe16...7fadcd8. Read the comment docs.

codecov-io avatar Nov 16 '17 23:11 codecov-io