about summary refs log tree commit diff
path: root/tests/coverage/inner_items.coverage
AgeCommit message (Collapse)AuthorLines
2025-05-06coverage: Only merge adjacent coverage spansZalathar-5/+5
This also removes some manipulation of the function signature span that only made sense in the context of merging non-adjacent spans.
2024-11-08coverage: Restrict empty-span expansion to only cover `{` and `}`Zalathar-2/+2
2024-05-29Tweak various coverage test files for slightly nicer formattingZalathar-1/+1
For coverage tests, splitting code across multiple lines often makes the resulting coverage report easier to interpret, so we force rustfmt to retain line breaks by adding dummy line comments with `//`.
2023-11-07coverage: Migrate `tests/run-coverage` into `tests/coverage`Zalathar-0/+60