Commit 2509744
committed
chore(coverage): restore targeted --ignore-filename-regex for cargo-llvm-cov
#[cfg(not(tarpaulin_include))] is not recognized by cargo-llvm-cov —
it only works with cargo-tarpaulin. Restore --ignore-filename-regex
but more precisely than before: exclude only the specific runtime
orchestration files (main.rs, connection.rs, upgrade.rs, OTel modules)
while keeping config modules, service_name.rs, and test code covered.1 parent 20c3601 commit 2509744
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
0 commit comments