Commit 0041c2b
committed
ci(build): tolerate base-branch test failures in Coverage Base job
Merge-order races can leave the base branch with a pre-existing failing
test unrelated to the current PR (e.g. tronprotocol#6803 vs tronprotocol#6806 ordering). The
Coverage Base job only needs jacoco XML for coverage diffing, so a stale
test failure must not block the whole job.
Add continue-on-error: true to the Build (base) and Test with RocksDB
engine (base) steps, and relax if-no-files-found from error to warn so
that a compile-level failure degrades gracefully instead of producing a
misleading second failure.1 parent cd5e116 commit 0041c2b
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
263 | 268 | | |
264 | 269 | | |
265 | 270 | | |
| 271 | + | |
266 | 272 | | |
267 | 273 | | |
268 | 274 | | |
| |||
274 | 280 | | |
275 | 281 | | |
276 | 282 | | |
277 | | - | |
| 283 | + | |
278 | 284 | | |
279 | 285 | | |
280 | 286 | | |
| |||
0 commit comments