| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-05-29 | Manually run `x fmt` on all source files in `tests/coverage/` | Zalathar | -4/+4 | |
| 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-01-22 | coverage: Don't instrument `#[automatically_derived]` functions | Zalathar | -48/+0 | |
| 2024-01-18 | coverage: Format all remaining tests | Zalathar | -2/+2 | |
| These tests can simply be reformatted as normal, because the resulting changes are unimportant. | ||||
| 2023-12-24 | Enable GVN by default. | Camille GILLOT | -4/+4 | |
| 2023-11-07 | coverage: Migrate `tests/coverage-map` into `tests/coverage` | Zalathar | -0/+64 | |
