feat(giga): use giga executor with OCC by default#3521
Conversation
PR SummaryMedium Risk Overview
Reviewed by Cursor Bugbot for commit dd6aa84. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3521 +/- ##
==========================================
- Coverage 59.03% 58.21% -0.82%
==========================================
Files 2199 2129 -70
Lines 182207 174079 -8128
==========================================
- Hits 107569 101346 -6223
+ Misses 64975 63729 -1246
+ Partials 9663 9004 -659
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Describe your changes and provide context
This PR makes the giga executor, with OCC enabled, the default behaviour. This means that:
The only nodes not running Giga after this change will be those with these 2 fields explicitly set to false.
Testing performed to validate your change