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

remove RunPlan class that wraps Task #382

Merged
merged 5 commits into from
Mar 7, 2024

Conversation

stan-dot
Copy link
Collaborator

@stan-dot stan-dot commented Mar 6, 2024

quick renaming 36 refs and delete the class

@stan-dot stan-dot self-assigned this Mar 6, 2024
@stan-dot stan-dot linked an issue Mar 6, 2024 that may be closed by this pull request
@stan-dot stan-dot added the python Pull requests that update Python code label Mar 6, 2024
Copy link

codecov bot commented Mar 6, 2024

Codecov Report

Attention: Patch coverage is 94.73684% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 88.91%. Comparing base (6e85e3d) to head (43511fa).

Files Patch % Lines
src/blueapi/cli/rest.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #382      +/-   ##
==========================================
- Coverage   88.93%   88.91%   -0.02%     
==========================================
  Files          43       43              
  Lines        1798     1796       -2     
==========================================
- Hits         1599     1597       -2     
  Misses        199      199              

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

@stan-dot stan-dot marked this pull request as ready for review March 6, 2024 12:09
src/blueapi/worker/task.py Show resolved Hide resolved
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How did you generate this file? It'd be good to remove all the unrelated formatting only changes.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I just ran ruff / pre-commit automatically

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

now I auto-generated a new one using
python -m blueapi.cli schema -u.
formatting indeed has changed

@stan-dot stan-dot merged commit 7bbc94e into main Mar 7, 2024
23 checks passed
ZohebShaikh pushed a commit that referenced this pull request May 7, 2024
quick renaming 36 refs and delete the class
@DiamondJoseph DiamondJoseph deleted the 253-delete-runplan-and-use-just-task branch September 5, 2024 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Delete RunPlan and use just Task
2 participants