Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use native exists() method in GSClient (#420) #421

Merged
merged 1 commit into from
Apr 5, 2024
Merged

Conversation

pjbull
Copy link
Member

@pjbull pjbull commented Apr 5, 2024

Live server backend tests for #420


  • fix: use native exists() method in GSClient

  • update HISTORY.md

  • only short-circuit

  • fix lint

  • update tests

  • lint and tests

Closes #356

* fix: use native `exists()` method in `GSClient`

* update HISTORY.md

* only short-circuit

* fix lint

* update tests

* lint and tests
Copy link
Contributor

github-actions bot commented Apr 5, 2024

@github-actions github-actions bot temporarily deployed to pull request April 5, 2024 04:43 Inactive
Copy link

codecov bot commented Apr 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.8%. Comparing base (c9da3f3) to head (b228c39).

Additional details and impacted files
@@           Coverage Diff            @@
##           master    #421     +/-   ##
========================================
- Coverage    93.8%   93.8%   -0.1%     
========================================
  Files          23      23             
  Lines        1644    1639      -5     
========================================
- Hits         1543    1538      -5     
  Misses        101     101             
Files Coverage Δ
cloudpathlib/gs/gsclient.py 92.9% <100.0%> (-0.3%) ⬇️

@pjbull pjbull merged commit d368501 into master Apr 5, 2024
25 checks passed
@pjbull pjbull deleted the 420-live-tests branch April 5, 2024 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

exists(gs://bucket/) fails with StopIteration on an empty bucket
2 participants