refactor(guide): rename stage results keys to byKey and byType#959
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
f99231d to
34f8bb6
Compare
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit e329d92. Configure here.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #959 +/- ##
=======================================
Coverage 63.99% 64.00%
=======================================
Files 209 209
Lines 10072 10074 +2
Branches 1299 1299
=======================================
+ Hits 6446 6448 +2
Misses 3601 3601
Partials 25 25
|

Description
Renames the
keyandtypefields inRecordedSelectionResultstobyKeyandbyTyperespectively for clarity. No other functional changes, just something that I realized would be good to re-name after introducing it initially.