iomz / dl-myo

Yet another MyoConnect alternative without dongles
GNU General Public License v3.0
5 stars 1 forks source link

refactor: rename myo.Device to myo.Myo, managing BleakClient #11

Closed iomz closed 1 year ago

iomz commented 1 year ago

This is somewhat breaking change.

codecov[bot] commented 1 year ago

Codecov Report

Merging #11 (2fc10f4) into main (863b384) will decrease coverage by 1.64%. The diff coverage is 42.85%.

@@            Coverage Diff             @@
##             main      #11      +/-   ##
==========================================
- Coverage   67.62%   65.99%   -1.64%     
==========================================
  Files           6        5       -1     
  Lines         485      494       +9     
  Branches       51       53       +2     
==========================================
- Hits          328      326       -2     
- Misses        153      164      +11     
  Partials        4        4              
Impacted Files Coverage Δ
myo/__init__.py 31.85% <28.68%> (-68.15%) :arrow_down:
myo/handle.py 100.00% <100.00%> (ø)
myo/types.py 75.00% <100.00%> (+0.12%) :arrow_up:
tests/test_myo/test_types.py 100.00% <100.00%> (ø)