about summary refs log tree commit diff
path: root/tests/coverage/inline-dead.coverage
AgeCommit message (Collapse)AuthorLines
2025-05-06coverage: Only merge adjacent coverage spansZalathar-1/+1
This also removes some manipulation of the function signature span that only made sense in the context of merging non-adjacent spans.
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 `//`.
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2024-01-18coverage: Format all remaining testsZalathar-3/+2
These tests can simply be reformatted as normal, because the resulting changes are unimportant.
2024-01-05coverage: Overhaul how "visible macros" are determinedZalathar-1/+1
2023-11-07coverage: Migrate `tests/run-coverage` into `tests/coverage`Zalathar-0/+28