-
Notifications
You must be signed in to change notification settings - Fork 5
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
Updated PandABlocks to interface with PVI 0.10.0 #132
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #132 +/- ##
==========================================
- Coverage 91.37% 91.32% -0.05%
==========================================
Files 8 8
Lines 1368 1372 +4
Branches 218 219 +1
==========================================
+ Hits 1250 1253 +3
- Misses 81 82 +1
Partials 37 37 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to fix the prefixes.
Co-authored-by: Eva Lott <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay cool, I was worried we'd have to change the mocked panda in the tests but that calls create_softioc
directly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor thing.
We should double check everything is looking normal on the phoebus screens for the ioc too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rerun ruff and this should automatically fix, then we're good to merge. (But please squash your commits).
Closes #130