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

Refactor client logic out of CLI #548

Merged
merged 6 commits into from
Jul 31, 2024
Merged

Conversation

callumforrester
Copy link
Collaborator

Fixes #547

Copy link

codecov bot commented Jul 8, 2024

Codecov Report

Attention: Patch coverage is 90.21739% with 18 lines in your changes missing coverage. Please review.

Project coverage is 93.13%. Comparing base (4a2232b) to head (ee1bfbb).

Files Patch % Lines
src/blueapi/cli/cli.py 58.97% 16 Missing ⚠️
src/blueapi/cli/updates.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #548      +/-   ##
==========================================
+ Coverage   90.21%   93.13%   +2.92%     
==========================================
  Files          41       42       +1     
  Lines        1829     1865      +36     
==========================================
+ Hits         1650     1737      +87     
+ Misses        179      128      -51     

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

@callumforrester callumforrester force-pushed the 547-move-client-logic branch 2 times, most recently from 0f2c772 to 204af0d Compare July 9, 2024 14:08
@callumforrester callumforrester marked this pull request as ready for review July 9, 2024 14:09
@callumforrester callumforrester force-pushed the 547-move-client-logic branch 3 times, most recently from ac909b2 to be44e2f Compare July 10, 2024 12:48
@callumforrester
Copy link
Collaborator Author

Some of the coverage issues might be helped by #538, so will defer until then

@callumforrester callumforrester merged commit 0a4abfe into main Jul 31, 2024
24 checks passed
@callumforrester callumforrester deleted the 547-move-client-logic branch July 31, 2024 08:58
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.

Move client logic out of CLI
2 participants