ROX-30390: Prefactor: Extract indicators into pkg#16447
Conversation
|
Skipping CI for Draft Pull Request. |
|
This change is part of the following stack: Change managed by git-spice. |
|
Caution There are some errors in your PipelineRun template.
|
|
Images are ready for the commit at dde9e83. To use with deploy scripts, first |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #16447 +/- ##
==========================================
+ Coverage 49.07% 49.13% +0.05%
==========================================
Files 2642 2641 -1
Lines 195773 195623 -150
==========================================
+ Hits 96079 96115 +36
+ Misses 92173 91968 -205
- Partials 7521 7540 +19
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:
|
|
/retest |
Description
This is a pre-factoring step for the feature in #16238 (changing the way we calculate the updates to Central with the goal of reducing memory usage).
The indicators will get more functions in the later steps (computation of unique key using two methods), so I propose to separate them into a dedicated pkg.
No change in behavior is introduced in this PR.
User-facing documentation
Testing and quality
Automated testing
How I validated my change