zigpy / bellows

A Python 3 project to implement EZSP for EmberZNet devices
GNU General Public License v3.0
182 stars 86 forks source link

Implement new zigpy packet api #494

Closed puddly closed 2 years ago

puddly commented 2 years ago

https://github.com/zigpy/zigpy/pull/1043

codecov-commenter commented 2 years ago

Codecov Report

Base: 99.92% // Head: 99.87% // Decreases project coverage by -0.05% :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #494 +/- ## ========================================== - Coverage 99.92% 99.87% -0.06% ========================================== Files 51 47 -4 Lines 4283 3289 -994 ========================================== - Hits 4280 3285 -995 - Misses 3 4 +1 ``` | [Impacted Files](https://codecov.io/gh/zigpy/bellows/pull/494?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy) | Coverage Δ | | |---|---|---| | [bellows/config/\_\_init\_\_.py](https://codecov.io/gh/zigpy/bellows/pull/494/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy9jb25maWcvX19pbml0X18ucHk=) | `100.00% <ø> (ø)` | | | [bellows/zigbee/device.py](https://codecov.io/gh/zigpy/bellows/pull/494/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy96aWdiZWUvZGV2aWNlLnB5) | `100.00% <ø> (ø)` | | | [bellows/ezsp/\_\_init\_\_.py](https://codecov.io/gh/zigpy/bellows/pull/494/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy9lenNwL19faW5pdF9fLnB5) | `98.64% <100.00%> (+0.01%)` | :arrow_up: | | [bellows/uart.py](https://codecov.io/gh/zigpy/bellows/pull/494/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy91YXJ0LnB5) | `100.00% <100.00%> (ø)` | | | [bellows/zigbee/application.py](https://codecov.io/gh/zigpy/bellows/pull/494/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy96aWdiZWUvYXBwbGljYXRpb24ucHk=) | `99.79% <100.00%> (-0.21%)` | :arrow_down: | | [bellows/types/basic.py](https://codecov.io/gh/zigpy/bellows/pull/494/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy90eXBlcy9iYXNpYy5weQ==) | `100.00% <0.00%> (ø)` | | | [bellows/types/struct.py](https://codecov.io/gh/zigpy/bellows/pull/494/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy90eXBlcy9zdHJ1Y3QucHk=) | | | | ... and [4 more](https://codecov.io/gh/zigpy/bellows/pull/494/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy) | | 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=zigpy). 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=zigpy)

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