summary refs log tree commit diff
path: root/tests/coverage/ignore_map.coverage
AgeCommit message (Collapse)AuthorLines
2024-01-05Allow tests to ignore individual test modesZalathar-0/+4
Normally, each test in `tests/coverage` is automatically run in both `coverage-map` mode and `coverage-run` mode. This new family of directives allows an individual test to specify that it should not be run in a particular mode.