shashi / FileTrees.jl

Parallel computing with a tree of files metaphor
http://shashi.biz/FileTrees.jl
Other
88 stars 6 forks source link

make path return string, Path return an AbstractPath #54

Closed shashi closed 3 years ago

shashi commented 3 years ago

fix #53

codecov-commenter commented 3 years ago

Codecov Report

Merging #54 (6d388a6) into master (d340673) will increase coverage by 0.03%. The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
+ Coverage   86.98%   87.01%   +0.03%     
==========================================
  Files           6        6              
  Lines         361      362       +1     
==========================================
+ Hits          314      315       +1     
  Misses         47       47              
Impacted Files Coverage Δ
src/FileTrees.jl 100.00% <ø> (ø)
src/datastructure.jl 88.81% <80.00%> (+0.07%) :arrow_up:
src/patterns.jl 84.09% <100.00%> (ø)
src/tree-ops.jl 82.85% <100.00%> (ø)

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 d340673...6d388a6. Read the comment docs.