rofinn / FilePaths.jl

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

Add Reexport 1.0 to compat #53

Closed meggart closed 3 years ago

meggart commented 3 years ago

This should fix a compatibility issue for one of my packages

codecov[bot] commented 3 years ago

Codecov Report

Merging #53 (b4cf428) into master (e2a831b) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #53   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         3    -1     
  Lines           66        65    -1     
=========================================
- Hits            66        65    -1     
Impacted Files Coverage Δ
src/FilePaths.jl

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 e2a831b...b4cf428. Read the comment docs.

rofinn commented 3 years ago

LGTM, thanks!