Commit 14a7bdd
Fix Codecov regression by restoring tarpaulin_include cfg
Restore the `#[cfg(not(tarpaulin_include))]` attribute to the `list_expr`,
`map_expr`, and `chain_expr` methods in `src/parser.rs`. The previous
optimization unintentionally removed these macros which explicitly ignored
the display/formatting block for coverage tests, triggering the CI Codecov
target failures.
Co-authored-by: ashyanSpada <22587148+ashyanSpada@users.noreply.github.com>1 parent 44d097a commit 14a7bdd
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| 318 | + | |
318 | 319 | | |
319 | 320 | | |
320 | 321 | | |
| |||
328 | 329 | | |
329 | 330 | | |
330 | 331 | | |
| 332 | + | |
331 | 333 | | |
332 | 334 | | |
333 | 335 | | |
| |||
344 | 346 | | |
345 | 347 | | |
346 | 348 | | |
| 349 | + | |
347 | 350 | | |
348 | 351 | | |
349 | 352 | | |
| |||
0 commit comments