fix(Terrain): back off after failed tile fetches to stop warning spam #14414
+60
−9
Codecov / codecov/project
failed
May 20, 2026 in 0s
26.44% (target 30.00%)
View this Pull Request on Codecov
26.44% (target 30.00%)
Details
Codecov Report
❌ Patch coverage is 9.67742% with 28 lines in your changes missing coverage. Please review.
✅ Project coverage is 26.44%. Comparing base (f29efd3) to head (076f4a6).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/Terrain/TerrainTileManager.cc | 13.04% | 18 Missing and 2 partials |
| src/Vehicle/TerrainProtocolHandler.cc | 0.00% | 8 Missing |
❌ Your project check has failed because the head coverage (26.44%) is below the target coverage (30.00%). You can increase the head coverage or adjust the target coverage.
Additional details and impacted files
@@ Coverage Diff @@
## master #14414 +/- ##
==========================================
+ Coverage 25.47% 26.44% +0.97%
==========================================
Files 769 767 -2
Lines 65912 66308 +396
Branches 30495 30682 +187
==========================================
+ Hits 16788 17536 +748
+ Misses 37285 36327 -958
- Partials 11839 12445 +606 | Files with missing lines | Coverage Δ | |
|---|---|---|
| src/Vehicle/TerrainProtocolHandler.cc | 8.91% <0.00%> (-0.28%) |
⬇️ |
| src/Terrain/TerrainTileManager.cc | 13.52% <13.04%> (+0.11%) |
⬆️ |
... and 104 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered by Codecov. Last update 483aae4...076f4a6. Read the comment docs.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Loading