We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7392d73 commit 0a5d633Copy full SHA for 0a5d633
lib/mix/lib/mix/tasks/test.ex
@@ -145,7 +145,7 @@ defmodule Mix.Tasks.Test do
145
## Command line options
146
147
* `--color` - enables color in the output
148
- * `--cover` - the directory to include coverage results
+ * `--cover` - runs coverage tool. See "Coverage" section below
149
* `--exclude` - excludes tests that match the filter
150
* `--force` - forces compilation regardless of modification times
151
* `--formatter` - formatter module
0 commit comments