Skip to content

Commit

Permalink
Add missing --coverageDirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
frosas committed Feb 17, 2023
1 parent d8e2938 commit 73343a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/versioned_docs/version-29.4/CLI.md
Expand Up @@ -182,6 +182,10 @@ Alias: `-c`. The path to a Jest config file specifying how to find and execute t

Alias: `--collectCoverage`. Indicates that test coverage information should be collected and reported in the output. Optionally pass `<boolean>` to override option set in configuration.

### `--coverageDirectory=<path>`

The directory where Jest should output its coverage files.

### `--coverageProvider=<provider>`

Indicates which provider should be used to instrument code for coverage. Allowed values are `babel` (default) or `v8`.
Expand Down

0 comments on commit 73343a9

Please sign in to comment.