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 little endian in float conversion #197

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

Ernst79
Copy link
Collaborator

@Ernst79 Ernst79 commented Jan 31, 2025

(fix): use little endian in float conversion (fix #143)

Copy link

codecov bot commented Jan 31, 2025

Codecov Report

Attention: Patch coverage is 33.33333% with 2 lines in your changes missing coverage. Please review.

Project coverage is 83.93%. Comparing base (7ba1380) to head (b4f5d10).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/bthome_ble/parser.py 33.33% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #197   +/-   ##
=======================================
  Coverage   83.93%   83.93%           
=======================================
  Files           6        6           
  Lines         523      523           
  Branches       78       78           
=======================================
  Hits          439      439           
  Misses         68       68           
  Partials       16       16           

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

@bdraco bdraco changed the title (fix): use little endian in float conversion fix: use little endian in float conversion Jan 31, 2025
@bdraco bdraco merged commit ffd8f3c into Bluetooth-Devices:main Jan 31, 2025
7 of 9 checks passed
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.

test_bthome_mass_kilograms fails on s390x because of endianness
2 participants