fix(process-tags): Initaliaze processTags for runtime metric tests#7793
fix(process-tags): Initaliaze processTags for runtime metric tests#7793
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7793 +/- ##
==========================================
+ Coverage 76.24% 80.30% +4.05%
==========================================
Files 647 743 +96
Lines 27421 32318 +4897
==========================================
+ Hits 20908 25953 +5045
+ Misses 6513 6365 -148 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:
|
BenchmarksBenchmark execution time: 2026-03-16 15:38:06 Comparing candidate commit 9de0ec3 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 229 metrics, 31 unstable metrics. |
Overall package sizeSelf size: 4.98 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.0 | 81.15 kB | 815.98 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
BridgeAR
left a comment
There was a problem hiding this comment.
RSLGTM, while it would be good to understand why the original PR was passing in the CI if this is needed.
My branch did not have the changes that made it fail on master ... probably a good idea to start using merge queue. |
* initaliaze processTags * move intialize to test level
* initaliaze processTags * move intialize to test level
What does this PR do?
Motivation
Additional Notes