rofinn / FilePathsBase.jl

Filesystem path types in julia
Other
79 stars 17 forks source link

Add isopen method #147

Closed omus closed 2 years ago

omus commented 2 years ago

Fixes: https://github.com/rofinn/FilePathsBase.jl/issues/146

codecov[bot] commented 2 years ago

Codecov Report

Merging #147 (81fb5eb) into master (97146a9) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #147   +/-   ##
=======================================
  Coverage   91.77%   91.78%           
=======================================
  Files          12       12           
  Lines        1180     1181    +1     
=======================================
+ Hits         1083     1084    +1     
  Misses         97       97           
Impacted Files Coverage Δ
src/buffer.jl 100.00% <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 97146a9...81fb5eb. Read the comment docs.

omus commented 2 years ago

Bump @rofinn