zigpy / bellows

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

Update to shared CI and add ruff #547

Closed dmulcahey closed 1 year ago

dmulcahey commented 1 year ago

TODO

- [ ] mypy errors will do this once typing is in a better state

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.01 :warning:

Comparison is base (07b24f9) 99.71% compared to head (6014b08) 99.71%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #547 +/- ## ========================================== - Coverage 99.71% 99.71% -0.01% ========================================== Files 61 61 Lines 4583 4582 -1 ========================================== - Hits 4570 4569 -1 Misses 13 13 ``` | [Impacted Files](https://codecov.io/gh/zigpy/bellows/pull/547?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy) | Coverage Δ | | |---|---|---| | [bellows/ezsp/v10/types/named.py](https://codecov.io/gh/zigpy/bellows/pull/547?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy9lenNwL3YxMC90eXBlcy9uYW1lZC5weQ==) | `100.00% <ø> (ø)` | | | [bellows/ezsp/v6/types/named.py](https://codecov.io/gh/zigpy/bellows/pull/547?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy9lenNwL3Y2L3R5cGVzL25hbWVkLnB5) | `100.00% <ø> (ø)` | | | [bellows/ezsp/v7/types/named.py](https://codecov.io/gh/zigpy/bellows/pull/547?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy9lenNwL3Y3L3R5cGVzL25hbWVkLnB5) | `100.00% <ø> (ø)` | | | [bellows/ezsp/v8/types/named.py](https://codecov.io/gh/zigpy/bellows/pull/547?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy9lenNwL3Y4L3R5cGVzL25hbWVkLnB5) | `100.00% <ø> (ø)` | | | [bellows/ezsp/v9/types/named.py](https://codecov.io/gh/zigpy/bellows/pull/547?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy9lenNwL3Y5L3R5cGVzL25hbWVkLnB5) | `100.00% <ø> (ø)` | | | [bellows/zigbee/device.py](https://codecov.io/gh/zigpy/bellows/pull/547?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy96aWdiZWUvZGV2aWNlLnB5) | `96.07% <ø> (ø)` | | | [bellows/ezsp/\_\_init\_\_.py](https://codecov.io/gh/zigpy/bellows/pull/547?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy9lenNwL19faW5pdF9fLnB5) | `99.13% <100.00%> (ø)` | | | [bellows/types/basic.py](https://codecov.io/gh/zigpy/bellows/pull/547?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy90eXBlcy9iYXNpYy5weQ==) | `100.00% <100.00%> (ø)` | | | [bellows/zigbee/application.py](https://codecov.io/gh/zigpy/bellows/pull/547?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zigpy#diff-YmVsbG93cy96aWdiZWUvYXBwbGljYXRpb24ucHk=) | `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=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 in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.