zigpy / bellows

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

Fix bellows CLI #637

Closed puddly closed 1 month ago

puddly commented 1 month ago

I've removed network backup and restore from the bellows CLI. It is too complex to maintain and should be kept in zigpy-cli.

The rest of the tools were spot checked and run.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.16%. Comparing base (93c671b) to head (a8566fb).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #637 +/- ## ======================================= Coverage 99.16% 99.16% ======================================= Files 50 50 Lines 3459 3459 ======================================= Hits 3430 3430 Misses 29 29 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

puddly commented 1 month ago

In the future, we need to remove the bellows CLI entirely. This has a few blockers: