about summary refs log tree commit diff
path: root/tests/coverage/partial_eq.coverage
AgeCommit message (Collapse)AuthorLines
2025-05-06coverage: Only merge adjacent coverage spansZalathar-4/+4
This also removes some manipulation of the function signature span that only made sense in the context of merging non-adjacent spans.
2024-05-29Manually run `x fmt` on all source files in `tests/coverage/`Zalathar-5/+1
Currently we can't automatically enforce formatting on tests (see #125637), but we can at least keep things relatively tidy by occasionally running the formatter manually. This was done by temporarily commenting out the `"/tests/"` exclusion in `rustfmt.toml`, and then running `x fmt tests/coverage` and `x test coverage --bless`.
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-01-22coverage: Don't instrument `#[automatically_derived]` functionsZalathar-2/+1
2024-01-18coverage: Format all remaining testsZalathar-1/+6
These tests can simply be reformatted as normal, because the resulting changes are unimportant.
2023-11-07coverage: Migrate `tests/run-coverage` into `tests/coverage`Zalathar-0/+48