[test optimization] Report suppressed errors #7526
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7526 +/- ##
==========================================
- Coverage 80.23% 80.22% -0.01%
==========================================
Files 731 731
Lines 31194 31194
==========================================
- Hits 25027 25026 -1
- Misses 6167 6168 +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:
|
Overall package sizeSelf size: 4.61 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.6 | 81.92 kB | 813.08 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-02-13 13:46:20 Comparing candidate commit d24ee6e in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 231 metrics, 29 unstable metrics. |
| function logIgnoredFailuresSummary (efdNames, quarantineNames, totalCount) { | ||
| const names = [] | ||
| for (const n of efdNames) { | ||
| names.push({ name: n, reason: 'Early Flake Detection' }) |
There was a problem hiding this comment.
jest completely swallows those errors already and I would say we don't want to be more clever than jest
What does this PR do?
Depends on #7524
Add a report message at the end of the execution to let users know that some test errors have been suppressed:
Motivation
Make it easier to users to understand our product.