| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-11-08 | coverage: Rename the `run-coverage` test mode to `coverage-run` | Zalathar | -3/+3 | |
| This makes it more consistent with the `coverage-map` mode and the shared `tests/coverage` test directory. | ||||
| 2023-11-07 | coverage: Register `test::Coverage` as the test suite for `tests/coverage` | Zalathar | -7/+10 | |
| This restores the ability to run a coverage test by specifying its path, e.g. `./x.py test tests/coverage/if.rs`. This runs the test in both modes. | ||||
| 2023-11-07 | coverage: Migrate `tests/coverage-map` into `tests/coverage` | Zalathar | -0/+13 | |
