We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8544387 commit 144ff81Copy full SHA for 144ff81
src/tests/compiletest.md
@@ -480,6 +480,9 @@ Each mode also has an alias to run the coverage tests in just that mode:
480
./x test coverage-map -- tests/coverage/if.rs # runs the specified test in "coverage-map" mode only
481
```
482
483
+If a test cannot be exercised in a particular coverage mode for some reason, you
484
+can use e.g. `ignore-mode-coverage-map`.
485
+
486
#### `coverage-map` suite
487
488
In `coverage-map` mode, these tests verify the mappings between source code
0 commit comments