rofinn / FilePathsBase.jl

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

Only warn if gid or uid can't be found #154

Closed rofinn closed 2 years ago

rofinn commented 2 years ago

I don't know if we want to do much else to handle missing cpasswd lookups, but this seems like a relatively safe way to pass the error down the line. I'm not sure if we want to do something similar for the string lookups?

Closes #130

codecov[bot] commented 2 years ago

Codecov Report

Merging #154 (ebea92e) into master (80e49ae) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #154      +/-   ##
==========================================
+ Coverage   91.91%   91.94%   +0.02%     
==========================================
  Files          12       12              
  Lines        1212     1216       +4     
==========================================
+ Hits         1114     1118       +4     
  Misses         98       98              
Impacted Files Coverage Δ
src/libc.jl 69.81% <100.00%> (+2.46%) :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 80e49ae...ebea92e. Read the comment docs.