justindujardin / pathy

simple, flexible, offline capable, cloud storage with a Python path-like interface
Apache License 2.0
170 stars 23 forks source link

fix: path.scheme would error with scheme-less paths #37

Closed justindujardin closed 3 years ago

justindujardin commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #37 (0068aad) into master (7a0bd66) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   80.41%   80.45%   +0.04%     
==========================================
  Files           7        7              
  Lines         878      880       +2     
==========================================
+ Hits          706      708       +2     
  Misses        172      172              
Impacted Files Coverage Δ
pathy/clients.py 93.10% <ø> (ø)
pathy/base.py 91.01% <100.00%> (+0.04%) :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 7a0bd66...0068aad. Read the comment docs.

justindujardin commented 3 years ago

:tada: This PR is included in version 0.3.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: