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

Add blocking interface #86

Merged
merged 1 commit into from
Aug 23, 2023
Merged

Add blocking interface #86

merged 1 commit into from
Aug 23, 2023

Conversation

gadomski
Copy link
Member

@gadomski gadomski commented Aug 22, 2023

Related issues and pull requests

Description

It'll be a slight pain to keep the blocking interface up-to-date with the non-blocking, but that's what we have to do I guess.

Checklist

  • Add tests
  • Add docs
  • Update CHANGELOG

@gadomski gadomski requested a review from ircwaves August 22, 2023 21:21
@gadomski gadomski self-assigned this Aug 22, 2023
@gadomski gadomski changed the title feat: add blocking interface Add blocking interface Aug 22, 2023
@gadomski gadomski force-pushed the issues/82-blocking branch from 7370640 to bc34c28 Compare August 22, 2023 21:22
@gadomski gadomski force-pushed the issues/82-blocking branch from bc34c28 to f51e10c Compare August 22, 2023 21:31
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 95.00% and project coverage change: +0.74% 🎉

Comparison is base (e2b8415) 79.25% compared to head (f51e10c) 80.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #86      +/-   ##
==========================================
+ Coverage   79.25%   80.00%   +0.74%     
==========================================
  Files          15       16       +1     
  Lines         863      885      +22     
==========================================
+ Hits          684      708      +24     
+ Misses        179      177       -2     
Files Changed Coverage Δ
src/stac_asset/types.py 75.00% <75.00%> (ø)
src/stac_asset/_cli.py 82.46% <88.88%> (+0.53%) ⬆️
src/stac_asset/__init__.py 100.00% <100.00%> (ø)
src/stac_asset/_functions.py 91.11% <100.00%> (+0.80%) ⬆️
src/stac_asset/blocking.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gadomski gadomski merged commit 7ccd85f into main Aug 23, 2023
@gadomski gadomski deleted the issues/82-blocking branch August 23, 2023 14:15
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.

Should this library provide a blocking interface?
3 participants