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: missing backoff execution with esp32 #58

Merged
merged 3 commits into from
Oct 24, 2022
Merged

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Oct 24, 2022

Since the devices were not bluez devices we did not sleep the min wait time

Since the devices were not bluez devices we did not sleep the min wait time
@bdraco
Copy link
Member Author

bdraco commented Oct 24, 2022

Need to fix the tests to patch out the sleep

@codecov
Copy link

codecov bot commented Oct 24, 2022

Codecov Report

Base: 84.94% // Head: 85.00% // Increases project coverage by +0.05% 🎉

Coverage data is based on head (4b7b601) compared to base (efeced3).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #58      +/-   ##
==========================================
+ Coverage   84.94%   85.00%   +0.05%     
==========================================
  Files           2        2              
  Lines         279      280       +1     
  Branches       67       67              
==========================================
+ Hits          237      238       +1     
  Misses         30       30              
  Partials       12       12              
Impacted Files Coverage Δ
src/bleak_retry_connector/__init__.py 87.35% <100.00%> (+0.04%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bdraco bdraco merged commit 3229424 into main Oct 24, 2022
@bdraco bdraco deleted the fix_not_sleeping_esp32 branch October 24, 2022 18:31
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.

1 participant