Commit 6fdff86
committed
ci: broaden coverage-fanout source filter beyond lib/
The isSource predicate only matched lib/, but driver source also lives at
native/ (kernel bindings), thrift/ (Thrift defs), and the KERNEL_REV pin.
A merged PR that only bumped KERNEL_REV or edited native/ or thrift/ would
report srcChanged=false and never dispatch coverage-fanout, even though it
affects the Thrift/kernel backends — the same gap the "run on every change"
comments in this workflow already document. Include those roots.
Co-authored-by: Isaac
Signed-off-by: eric-wang-1990 <e.wang@databricks.com>1 parent 15ab3eb commit 6fdff86
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
331 | | - | |
332 | | - | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
333 | 337 | | |
334 | 338 | | |
335 | 339 | | |
| |||
0 commit comments