rofinn / FilePaths.jl

A type based approach to working with filesystem paths in julia
Other
81 stars 14 forks source link

Deprecate URIParser; use URIs #57

Closed jmkuhn closed 3 years ago

jmkuhn commented 3 years ago

I'm not sure if this is the best way to do the depwarn. Let me know if you have suggestions for changes. Fixes #56

codecov[bot] commented 3 years ago

Codecov Report

Merging #57 (aa8e582) into master (2ad4e04) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #57   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         5    +1     
  Lines           69        83   +14     
=========================================
+ Hits            69        83   +14     
Impacted Files Coverage Δ
src/FilePaths.jl 100.00% <100.00%> (ø)
src/uriparser.jl 100.00% <100.00%> (ø)
src/uris.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 2ad4e04...aa8e582. Read the comment docs.