Skip to content

Commit 1eb3bb5

Browse files
authored
Add missing --coverageDirectory documentation (#13932)
1 parent d8e2938 commit 1eb3bb5

File tree

10 files changed

+40
-0
lines changed

10 files changed

+40
-0
lines changed

docs/CLI.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,10 @@ Alias: `-c`. The path to a Jest config file specifying how to find and execute t
182182

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

185+
### `--coverageDirectory=<path>`
186+
187+
The directory where Jest should output its coverage files.
188+
185189
### `--coverageProvider=<provider>`
186190

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

website/versioned_docs/version-25.x/CLI.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@ Alias: `-c`. The path to a Jest config file specifying how to find and execute t
180180

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

183+
### `--coverageDirectory=<path>`
184+
185+
The directory where Jest should output its coverage files.
186+
183187
### `--coverageProvider=<provider>`
184188

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

website/versioned_docs/version-26.x/CLI.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@ Alias: `-c`. The path to a Jest config file specifying how to find and execute t
180180

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

183+
### `--coverageDirectory=<path>`
184+
185+
The directory where Jest should output its coverage files.
186+
183187
### `--coverageProvider=<provider>`
184188

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

website/versioned_docs/version-27.x/CLI.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@ Alias: `-c`. The path to a Jest config file specifying how to find and execute t
180180

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

183+
### `--coverageDirectory=<path>`
184+
185+
The directory where Jest should output its coverage files.
186+
183187
### `--coverageProvider=<provider>`
184188

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

website/versioned_docs/version-28.x/CLI.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,10 @@ Alias: `-c`. The path to a Jest config file specifying how to find and execute t
182182

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

185+
### `--coverageDirectory=<path>`
186+
187+
The directory where Jest should output its coverage files.
188+
185189
### `--coverageProvider=<provider>`
186190

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

website/versioned_docs/version-29.0/CLI.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,10 @@ Alias: `-c`. The path to a Jest config file specifying how to find and execute t
182182

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

185+
### `--coverageDirectory=<path>`
186+
187+
The directory where Jest should output its coverage files.
188+
185189
### `--coverageProvider=<provider>`
186190

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

website/versioned_docs/version-29.1/CLI.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,10 @@ Alias: `-c`. The path to a Jest config file specifying how to find and execute t
182182

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

185+
### `--coverageDirectory=<path>`
186+
187+
The directory where Jest should output its coverage files.
188+
185189
### `--coverageProvider=<provider>`
186190

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

website/versioned_docs/version-29.2/CLI.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,10 @@ Alias: `-c`. The path to a Jest config file specifying how to find and execute t
182182

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

185+
### `--coverageDirectory=<path>`
186+
187+
The directory where Jest should output its coverage files.
188+
185189
### `--coverageProvider=<provider>`
186190

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

website/versioned_docs/version-29.3/CLI.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,10 @@ Alias: `-c`. The path to a Jest config file specifying how to find and execute t
182182

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

185+
### `--coverageDirectory=<path>`
186+
187+
The directory where Jest should output its coverage files.
188+
185189
### `--coverageProvider=<provider>`
186190

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

website/versioned_docs/version-29.4/CLI.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,10 @@ Alias: `-c`. The path to a Jest config file specifying how to find and execute t
182182

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

185+
### `--coverageDirectory=<path>`
186+
187+
The directory where Jest should output its coverage files.
188+
185189
### `--coverageProvider=<provider>`
186190

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

0 commit comments

Comments
 (0)