Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #347 +/- ##
==========================================
+ Coverage 91.21% 91.22% +0.01%
==========================================
Files 70 70
Lines 2594 2599 +5
==========================================
+ Hits 2366 2371 +5
Misses 228 228 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe changes modify how read-write attributes are represented in the PVI structure. Instead of mapping a single Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| "r": f"{pv_prefix}:Table_RBV", | ||
| "w": f"{pv_prefix}:Table", |
There was a problem hiding this comment.
Hmm, this means we would have both a read and write table. We should discuss this...
closes #346
Amends PVI structure, such that we get:
Summary by CodeRabbit
_RBVsuffix PVs for clarity.