run-coverage
coverage-run
This makes it more consistent with the `coverage-map` mode and the shared `tests/coverage` test directory.
test::Coverage
tests/coverage
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.
tests/coverage-map