| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-02-16 | coverage: Discard spans that fill the entire function body | Zalathar | -3/+3 | |
| When we try to extract coverage-relevant spans from MIR, sometimes we see MIR statements/terminators whose spans cover the entire function body. Those spans tend to be unhelpful for coverage purposes, because they often represent compiler-inserted code, e.g. the implicit return value of `()`. | ||||
| 2024-01-18 | coverage: Format all remaining tests | Zalathar | -9/+9 | |
| These tests can simply be reformatted as normal, because the resulting changes are unimportant. | ||||
| 2024-01-05 | coverage: Overhaul how "visible macros" are determined | Zalathar | -2/+2 | |
| 2023-11-07 | coverage: Migrate `tests/coverage-map` into `tests/coverage` | Zalathar | -0/+45 | |
