-
Notifications
You must be signed in to change notification settings - Fork 360
test(integration): add ci coverage scripts and wire integration coverage #7253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7253 +/- ##
==========================================
- Coverage 85.13% 78.34% -6.80%
==========================================
Files 532 524 -8
Lines 22654 22574 -80
==========================================
- Hits 19287 17685 -1602
- Misses 3367 4889 +1522 ☔ 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.39 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 |
|
BenchmarksBenchmark execution time: 2026-01-16 08:57:58 Comparing candidate commit 9f02d43 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 289 metrics, 31 unstable metrics. |
01943f0 to
c6f8a5e
Compare
c6f8a5e to
9f02d43
Compare

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>.