From 1eb3bb5949f4ed1dbb39b9a9d9d76c3399ffd7b0 Mon Sep 17 00:00:00 2001 From: Francesc Rosas Date: Sat, 18 Feb 2023 14:38:13 +0000 Subject: [PATCH] Add missing --coverageDirectory documentation (#13932) --- docs/CLI.md | 4 ++++ website/versioned_docs/version-25.x/CLI.md | 4 ++++ website/versioned_docs/version-26.x/CLI.md | 4 ++++ website/versioned_docs/version-27.x/CLI.md | 4 ++++ website/versioned_docs/version-28.x/CLI.md | 4 ++++ website/versioned_docs/version-29.0/CLI.md | 4 ++++ website/versioned_docs/version-29.1/CLI.md | 4 ++++ website/versioned_docs/version-29.2/CLI.md | 4 ++++ website/versioned_docs/version-29.3/CLI.md | 4 ++++ website/versioned_docs/version-29.4/CLI.md | 4 ++++ 10 files changed, 40 insertions(+) diff --git a/docs/CLI.md b/docs/CLI.md index b4e58977f82a..699076e2e85d 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -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 `` to override option set in configuration. +### `--coverageDirectory=` + +The directory where Jest should output its coverage files. + ### `--coverageProvider=` Indicates which provider should be used to instrument code for coverage. Allowed values are `babel` (default) or `v8`. diff --git a/website/versioned_docs/version-25.x/CLI.md b/website/versioned_docs/version-25.x/CLI.md index 981b752111a6..e9808533acb7 100644 --- a/website/versioned_docs/version-25.x/CLI.md +++ b/website/versioned_docs/version-25.x/CLI.md @@ -180,6 +180,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 `` to override option set in configuration. +### `--coverageDirectory=` + +The directory where Jest should output its coverage files. + ### `--coverageProvider=` Indicates which provider should be used to instrument code for coverage. Allowed values are `babel` (default) or `v8`. diff --git a/website/versioned_docs/version-26.x/CLI.md b/website/versioned_docs/version-26.x/CLI.md index 61ce5eddf1ea..decbcfa29883 100644 --- a/website/versioned_docs/version-26.x/CLI.md +++ b/website/versioned_docs/version-26.x/CLI.md @@ -180,6 +180,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 `` to override option set in configuration. +### `--coverageDirectory=` + +The directory where Jest should output its coverage files. + ### `--coverageProvider=` Indicates which provider should be used to instrument code for coverage. Allowed values are `babel` (default) or `v8`. diff --git a/website/versioned_docs/version-27.x/CLI.md b/website/versioned_docs/version-27.x/CLI.md index 3e171549e94a..d6303efcb8d2 100644 --- a/website/versioned_docs/version-27.x/CLI.md +++ b/website/versioned_docs/version-27.x/CLI.md @@ -180,6 +180,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 `` to override option set in configuration. +### `--coverageDirectory=` + +The directory where Jest should output its coverage files. + ### `--coverageProvider=` Indicates which provider should be used to instrument code for coverage. Allowed values are `babel` (default) or `v8`. diff --git a/website/versioned_docs/version-28.x/CLI.md b/website/versioned_docs/version-28.x/CLI.md index 17e28d40a1c3..3306c6a202ab 100644 --- a/website/versioned_docs/version-28.x/CLI.md +++ b/website/versioned_docs/version-28.x/CLI.md @@ -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 `` to override option set in configuration. +### `--coverageDirectory=` + +The directory where Jest should output its coverage files. + ### `--coverageProvider=` Indicates which provider should be used to instrument code for coverage. Allowed values are `babel` (default) or `v8`. diff --git a/website/versioned_docs/version-29.0/CLI.md b/website/versioned_docs/version-29.0/CLI.md index 4d18b88ccca6..63912d854daa 100644 --- a/website/versioned_docs/version-29.0/CLI.md +++ b/website/versioned_docs/version-29.0/CLI.md @@ -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 `` to override option set in configuration. +### `--coverageDirectory=` + +The directory where Jest should output its coverage files. + ### `--coverageProvider=` Indicates which provider should be used to instrument code for coverage. Allowed values are `babel` (default) or `v8`. diff --git a/website/versioned_docs/version-29.1/CLI.md b/website/versioned_docs/version-29.1/CLI.md index 4d18b88ccca6..63912d854daa 100644 --- a/website/versioned_docs/version-29.1/CLI.md +++ b/website/versioned_docs/version-29.1/CLI.md @@ -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 `` to override option set in configuration. +### `--coverageDirectory=` + +The directory where Jest should output its coverage files. + ### `--coverageProvider=` Indicates which provider should be used to instrument code for coverage. Allowed values are `babel` (default) or `v8`. diff --git a/website/versioned_docs/version-29.2/CLI.md b/website/versioned_docs/version-29.2/CLI.md index b4e58977f82a..699076e2e85d 100644 --- a/website/versioned_docs/version-29.2/CLI.md +++ b/website/versioned_docs/version-29.2/CLI.md @@ -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 `` to override option set in configuration. +### `--coverageDirectory=` + +The directory where Jest should output its coverage files. + ### `--coverageProvider=` Indicates which provider should be used to instrument code for coverage. Allowed values are `babel` (default) or `v8`. diff --git a/website/versioned_docs/version-29.3/CLI.md b/website/versioned_docs/version-29.3/CLI.md index b4e58977f82a..699076e2e85d 100644 --- a/website/versioned_docs/version-29.3/CLI.md +++ b/website/versioned_docs/version-29.3/CLI.md @@ -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 `` to override option set in configuration. +### `--coverageDirectory=` + +The directory where Jest should output its coverage files. + ### `--coverageProvider=` Indicates which provider should be used to instrument code for coverage. Allowed values are `babel` (default) or `v8`. diff --git a/website/versioned_docs/version-29.4/CLI.md b/website/versioned_docs/version-29.4/CLI.md index b4e58977f82a..699076e2e85d 100644 --- a/website/versioned_docs/version-29.4/CLI.md +++ b/website/versioned_docs/version-29.4/CLI.md @@ -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 `` to override option set in configuration. +### `--coverageDirectory=` + +The directory where Jest should output its coverage files. + ### `--coverageProvider=` Indicates which provider should be used to instrument code for coverage. Allowed values are `babel` (default) or `v8`.