| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-05-29 | Manually run `x fmt` on all source files in `tests/coverage/` | Zalathar | -2/+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-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -3/+3 | |
| And suggest adding the `#[coroutine]` to the closure | ||||
| 2023-11-07 | coverage: Migrate `tests/run-coverage` into `tests/coverage` | Zalathar | -0/+37 | |
