test(integration): add ci coverage scripts and wire integration coverage - #7253
test(integration): add ci coverage scripts and wire integration coverage#7253watson wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7253 +/- ##
==========================================
- Coverage 86.12% 76.87% -9.26%
==========================================
Files 513 584 +71
Lines 22106 47265 +25159
Branches 0 1 +1
==========================================
+ Hits 19039 36334 +17295
- Misses 3067 10931 +7864 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:
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Overall package sizeSelf size: 4.43 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.0 | 68.46 kB | 797.03 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
This comment has been minimized.
This comment has been minimized.
BenchmarksBenchmark execution time: 2026-01-21 15:40:11 Comparing candidate commit c8b1cb9 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 228 metrics, 32 unstable metrics. |
70aadab to
56bdf1f
Compare
56bdf1f to
c8b1cb9
Compare
|
This got superseded and the coverage is now tracked |

What does this PR do?
Adds integration test coverage collection via new
test:integration*:ciscripts, a dedicated nyc config, and CI updates to run coverage-enabled suites.Motivation
Integration tests cover code that’s hard to unit test; this adds opt-in coverage for those suites without slowing local runs.
Additional Notes
Coverage reports land in
coverage/integration-<suite>with raw output in.nyc_output/integration-<suite>.