Bluetooth-Devices / govee-ble

Manage Govee BLE devices
Apache License 2.0
19 stars 10 forks source link

fix: ignore 99.9% humidity #54

Closed PierreAronnax closed 1 year ago

PierreAronnax commented 1 year ago

Ignore 99.9% humidity Fixes https://github.com/Bluetooth-Devices/govee-ble/issues/51

codecov[bot] commented 1 year ago

Codecov Report

Base: 79.88% // Head: 80.00% // Increases project coverage by +0.11% :tada:

Coverage data is based on head (74ac074) compared to base (c0a54eb). Patch coverage: 60.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #54 +/- ## ========================================== + Coverage 79.88% 80.00% +0.11% ========================================== Files 2 2 Lines 174 175 +1 Branches 29 29 ========================================== + Hits 139 140 +1 Misses 30 30 Partials 5 5 ``` | [Impacted Files](https://codecov.io/gh/Bluetooth-Devices/govee-ble/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/govee\_ble/parser.py](https://codecov.io/gh/Bluetooth-Devices/govee-ble/pull/54/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2dvdmVlX2JsZS9wYXJzZXIucHk=) | `79.41% <50.00%> (+0.12%)` | :arrow_up: | | [src/govee\_ble/\_\_init\_\_.py](https://codecov.io/gh/Bluetooth-Devices/govee-ble/pull/54/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2dvdmVlX2JsZS9fX2luaXRfXy5weQ==) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

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

PierreAronnax commented 1 year ago

Closed in favor of https://github.com/Bluetooth-Devices/govee-ble/pull/55