From 73343a9549d73736781f3d8d7d99ba5844c947f6 Mon Sep 17 00:00:00 2001 From: Francesc Rosas Date: Fri, 17 Feb 2023 13:27:02 +0000 Subject: [PATCH] Add missing --coverageDirectory --- website/versioned_docs/version-29.4/CLI.md | 4 ++++ 1 file changed, 4 insertions(+) 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`.