justindujardin / pathy

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

Develop #52

Closed justindujardin closed 3 years ago

justindujardin commented 3 years ago

Includes default credentials fix

codecov[bot] commented 3 years ago

Codecov Report

Merging #52 (83943c8) into master (cb27ac7) will increase coverage by 0.09%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
+ Coverage   93.80%   93.90%   +0.09%     
==========================================
  Files          12       13       +1     
  Lines        1856     1869      +13     
==========================================
+ Hits         1741     1755      +14     
+ Misses        115      114       -1     
Impacted Files Coverage Δ
pathy/__init__.py 100.00% <100.00%> (ø)
pathy/gcs.py 80.50% <100.00%> (+0.62%) :arrow_up:
pathy/tests/test_gcs.py 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 cb27ac7...83943c8. Read the comment docs.

justindujardin commented 3 years ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: