about summary refs log tree commit diff
path: root/tests/coverage/conditions.rs
AgeCommit message (Collapse)AuthorLines
2024-01-16coverage: Tweak individual tests to be unaffected by `rustfmt`Zalathar-0/+1
Some of these tests use non-standard formatting that we can simulate by strategically adding `//` line comments. One contains `where` clauses that would be split across multiple lines, which we can keep on one line by moving the bounds to the generic type instead.
2023-11-07coverage: Migrate `tests/run-coverage` into `tests/coverage`Zalathar-0/+86