fail the flakiness report when it cannot report to slack#7956
fail the flakiness report when it cannot report to slack#7956
Conversation
Overall package sizeSelf size: 5.47 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.1 | 82.56 kB | 817.39 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: 856a58e | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
BenchmarksBenchmark execution time: 2026-04-08 23:26:54 Comparing candidate commit 856a58e in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 228 metrics, 32 unstable metrics. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7956 +/- ##
==========================================
- Coverage 73.87% 73.87% -0.01%
==========================================
Files 773 773
Lines 35946 35946
==========================================
- Hits 26556 26555 -1
- Misses 9390 9391 +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?
Fail the flakiness report when it cannot report to Slack.
Motivation
Right now it silently fails without even logging any error.
Additional Notes