justindujardin / pathy

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

fix(gcs): stop handling DefaultCredentialsError #50

Closed justindujardin closed 3 years ago

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

Codecov Report

Merging #50 (d4754ff) into develop (c98df80) will increase coverage by 0.37%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #50      +/-   ##
===========================================
+ Coverage    93.52%   93.90%   +0.37%     
===========================================
  Files           12       13       +1     
  Lines         1777     1869      +92     
===========================================
+ Hits          1662     1755      +93     
+ 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%> (ø)
pathy/tests/test_cli.py 100.00% <0.00%> (ø)
pathy/tests/test_base.py 98.39% <0.00%> (+0.03%) :arrow_up:
pathy/base.py 91.61% <0.00%> (+0.36%) :arrow_up:
pathy/cli.py 91.30% <0.00%> (+1.43%) :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 c98df80...d4754ff. 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: