Closed callumforrester closed 11 months ago
Attention: 3 lines
in your changes are missing coverage. Please review.
Comparison is base (
94fc01d
) 90.45% compared to head (f449554
) 92.77%.
Files | Patch % | Lines |
---|---|---|
src/tickit/adapters/epics.py | 66.66% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Wrong branch, correct PR: https://github.com/dls-controls/tickit/pull/199
Add helper methods to epics adapter such as
float_ro
andfloat_rbv
which build sets of PVs linked to getters and setters on devices. Reduces boilerplate as well as the user's need to understand the softioc library.