More test optimization fixes to CODEOWNERS#7701
Conversation
Overall package sizeSelf size: 4.93 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 |
BenchmarksBenchmark execution time: 2026-03-06 13:55:20 Comparing candidate commit 8931257 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 234 metrics, 26 unstable metrics. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7701 +/- ##
=======================================
Coverage 80.31% 80.31%
=======================================
Files 739 739
Lines 31946 31946
=======================================
+ Hits 25657 25658 +1
+ Misses 6289 6288 -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:
|
What does this PR do?
Remove manual api test path as it was wrong and the actual path is covered by the
/integration-tests/ci-visibility/entry already.Motivation
I missed this one too