Y25-485 - Removing model extensions where possible#5309
Y25-485 - Removing model extensions where possible#5309
Conversation
running spec/model/request successfully
Core::Service::Error was previously removed
c21807f to
d474d87
Compare
…el-extensions # Conflicts: # .rubocop_todo.yml
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #5309 +/- ##
===========================================
- Coverage 87.35% 84.91% -2.44%
===========================================
Files 1476 1293 -183
Lines 33517 31920 -1597
Branches 3549 3517 -32
===========================================
- Hits 29279 27106 -2173
- Misses 4217 4794 +577
+ Partials 21 20 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Line diff summary: |
… into Y25-485-remove-model-extensions
… into Y25-485-remove-model-extensions
|
Are you planning to do a post-standup on this PR? Happy to take a look through this week although I think it will be tricky to discern anything given the size of the PR. Also wondering whether this needs code review as it was pair programmed? |
|
Yes, that's the plan, hopefully this week (Thurs or Fri), otherwise early next week. I think the biggest value in reviewing will be asking diffiult questions about things we haven't thought about, as well as knowledge-sharing about what we have learnt about Sequencescape. There's a fair amount of v1 functionality coming out, but probably less value in removing code to be removed. |
Closes #5306
removing scope from model extensions
running spec/model/request successfully