From a168b3480a73265f41ead1266e5f8197949df83b Mon Sep 17 00:00:00 2001 From: Lynn Chyi Date: Mon, 8 Oct 2018 23:04:21 -0700 Subject: [PATCH] add "clover" to coverageReports default value (#7126) --- CHANGELOG.md | 1 + docs/Configuration.md | 2 +- website/versioned_docs/version-22.0/Configuration.md | 2 +- website/versioned_docs/version-22.1/Configuration.md | 2 +- website/versioned_docs/version-22.2/Configuration.md | 2 +- website/versioned_docs/version-22.3/Configuration.md | 2 +- website/versioned_docs/version-22.4/Configuration.md | 2 +- website/versioned_docs/version-23.0/Configuration.md | 2 +- website/versioned_docs/version-23.1/Configuration.md | 2 +- website/versioned_docs/version-23.2/Configuration.md | 2 +- website/versioned_docs/version-23.3/Configuration.md | 2 +- website/versioned_docs/version-23.4/Configuration.md | 2 +- website/versioned_docs/version-23.5/Configuration.md | 2 +- website/versioned_docs/version-23.6/Configuration.md | 2 +- 14 files changed, 14 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cac33660b742..8ae698a3f909 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ ### Chore & Maintenance +- `[docs]` Fix default value for `coverageReporters` value in configuration docs ([#7126](https://github.com/facebook/jest/pull/7126)) - `[docs]` Add link for jest-extended in expect docs ([#7078](https://github.com/facebook/jest/pull/7078)) - `[jest-util]` Add ErrorWithStack class ([#7067](https://github.com/facebook/jest/pull/7067)) - `[docs]` Document `--runTestsByPath` CLI parameter ([#7046](https://github.com/facebook/jest/pull/7046)) diff --git a/docs/Configuration.md b/docs/Configuration.md index 5e68d10c74a0..03991fbdbd37 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -187,7 +187,7 @@ These pattern strings match against the full path. Use the `` string to ### `coverageReporters` [array] -Default: `["json", "lcov", "text"]` +Default: `["json", "lcov", "text", "clover"]` A list of reporter names that Jest uses when writing coverage reports. Any [istanbul reporter](https://github.com/istanbuljs/istanbuljs/tree/master/packages/istanbul-reports/lib) can be used. diff --git a/website/versioned_docs/version-22.0/Configuration.md b/website/versioned_docs/version-22.0/Configuration.md index cf588385a8bc..72f3127a0d46 100644 --- a/website/versioned_docs/version-22.0/Configuration.md +++ b/website/versioned_docs/version-22.0/Configuration.md @@ -119,7 +119,7 @@ These pattern strings match against the full path. Use the `` string to ### `coverageReporters` [array] -Default: `["json", "lcov", "text"]` +Default: `["json", "lcov", "text", "clover"]` A list of reporter names that Jest uses when writing coverage reports. Any [istanbul reporter](https://github.com/gotwarlost/istanbul/tree/master/lib/report) can be used. diff --git a/website/versioned_docs/version-22.1/Configuration.md b/website/versioned_docs/version-22.1/Configuration.md index 06180544796f..8261494a6f70 100644 --- a/website/versioned_docs/version-22.1/Configuration.md +++ b/website/versioned_docs/version-22.1/Configuration.md @@ -119,7 +119,7 @@ These pattern strings match against the full path. Use the `` string to ### `coverageReporters` [array] -Default: `["json", "lcov", "text"]` +Default: `["json", "lcov", "text", "clover"]` A list of reporter names that Jest uses when writing coverage reports. Any [istanbul reporter](https://github.com/gotwarlost/istanbul/tree/master/lib/report) can be used. diff --git a/website/versioned_docs/version-22.2/Configuration.md b/website/versioned_docs/version-22.2/Configuration.md index 75eeec2f59d5..7d29db79e8a6 100644 --- a/website/versioned_docs/version-22.2/Configuration.md +++ b/website/versioned_docs/version-22.2/Configuration.md @@ -119,7 +119,7 @@ These pattern strings match against the full path. Use the `` string to ### `coverageReporters` [array] -Default: `["json", "lcov", "text"]` +Default: `["json", "lcov", "text", "clover"]` A list of reporter names that Jest uses when writing coverage reports. Any [istanbul reporter](https://github.com/gotwarlost/istanbul/tree/master/lib/report) can be used. diff --git a/website/versioned_docs/version-22.3/Configuration.md b/website/versioned_docs/version-22.3/Configuration.md index 5ee8a3f9edbc..9ce0f60ed7e9 100644 --- a/website/versioned_docs/version-22.3/Configuration.md +++ b/website/versioned_docs/version-22.3/Configuration.md @@ -119,7 +119,7 @@ These pattern strings match against the full path. Use the `` string to ### `coverageReporters` [array] -Default: `["json", "lcov", "text"]` +Default: `["json", "lcov", "text", "clover"]` A list of reporter names that Jest uses when writing coverage reports. Any [istanbul reporter](https://github.com/gotwarlost/istanbul/tree/master/lib/report) can be used. diff --git a/website/versioned_docs/version-22.4/Configuration.md b/website/versioned_docs/version-22.4/Configuration.md index d33d3f0adc7d..ec3b7cb83e4c 100644 --- a/website/versioned_docs/version-22.4/Configuration.md +++ b/website/versioned_docs/version-22.4/Configuration.md @@ -150,7 +150,7 @@ These pattern strings match against the full path. Use the `` string to ### `coverageReporters` [array] -Default: `["json", "lcov", "text"]` +Default: `["json", "lcov", "text", "clover"]` A list of reporter names that Jest uses when writing coverage reports. Any [istanbul reporter](https://github.com/gotwarlost/istanbul/tree/master/lib/report) can be used. diff --git a/website/versioned_docs/version-23.0/Configuration.md b/website/versioned_docs/version-23.0/Configuration.md index 2d488e018048..5c06b42cfdda 100644 --- a/website/versioned_docs/version-23.0/Configuration.md +++ b/website/versioned_docs/version-23.0/Configuration.md @@ -170,7 +170,7 @@ These pattern strings match against the full path. Use the `` string to ### `coverageReporters` [array] -Default: `["json", "lcov", "text"]` +Default: `["json", "lcov", "text", "clover"]` A list of reporter names that Jest uses when writing coverage reports. Any [istanbul reporter](https://github.com/istanbuljs/istanbuljs/tree/master/packages/istanbul-reports/lib) can be used. diff --git a/website/versioned_docs/version-23.1/Configuration.md b/website/versioned_docs/version-23.1/Configuration.md index b7eafbd1e2b5..d282a13cbda5 100644 --- a/website/versioned_docs/version-23.1/Configuration.md +++ b/website/versioned_docs/version-23.1/Configuration.md @@ -170,7 +170,7 @@ These pattern strings match against the full path. Use the `` string to ### `coverageReporters` [array] -Default: `["json", "lcov", "text"]` +Default: `["json", "lcov", "text", "clover"]` A list of reporter names that Jest uses when writing coverage reports. Any [istanbul reporter](https://github.com/istanbuljs/istanbuljs/tree/master/packages/istanbul-reports/lib) can be used. diff --git a/website/versioned_docs/version-23.2/Configuration.md b/website/versioned_docs/version-23.2/Configuration.md index f48efc41d0f5..71e6b0846be5 100644 --- a/website/versioned_docs/version-23.2/Configuration.md +++ b/website/versioned_docs/version-23.2/Configuration.md @@ -170,7 +170,7 @@ These pattern strings match against the full path. Use the `` string to ### `coverageReporters` [array] -Default: `["json", "lcov", "text"]` +Default: `["json", "lcov", "text", "clover"]` A list of reporter names that Jest uses when writing coverage reports. Any [istanbul reporter](https://github.com/istanbuljs/istanbuljs/tree/master/packages/istanbul-reports/lib) can be used. diff --git a/website/versioned_docs/version-23.3/Configuration.md b/website/versioned_docs/version-23.3/Configuration.md index 2dbdf9506416..0058d248e73f 100644 --- a/website/versioned_docs/version-23.3/Configuration.md +++ b/website/versioned_docs/version-23.3/Configuration.md @@ -170,7 +170,7 @@ These pattern strings match against the full path. Use the `` string to ### `coverageReporters` [array] -Default: `["json", "lcov", "text"]` +Default: `["json", "lcov", "text", "clover"]` A list of reporter names that Jest uses when writing coverage reports. Any [istanbul reporter](https://github.com/istanbuljs/istanbuljs/tree/master/packages/istanbul-reports/lib) can be used. diff --git a/website/versioned_docs/version-23.4/Configuration.md b/website/versioned_docs/version-23.4/Configuration.md index 1c8afe164279..474438c8e505 100644 --- a/website/versioned_docs/version-23.4/Configuration.md +++ b/website/versioned_docs/version-23.4/Configuration.md @@ -170,7 +170,7 @@ These pattern strings match against the full path. Use the `` string to ### `coverageReporters` [array] -Default: `["json", "lcov", "text"]` +Default: `["json", "lcov", "text", "clover"]` A list of reporter names that Jest uses when writing coverage reports. Any [istanbul reporter](https://github.com/istanbuljs/istanbuljs/tree/master/packages/istanbul-reports/lib) can be used. diff --git a/website/versioned_docs/version-23.5/Configuration.md b/website/versioned_docs/version-23.5/Configuration.md index 8a9fd7a50c55..45d0e03088ab 100644 --- a/website/versioned_docs/version-23.5/Configuration.md +++ b/website/versioned_docs/version-23.5/Configuration.md @@ -188,7 +188,7 @@ These pattern strings match against the full path. Use the `` string to ### `coverageReporters` [array] -Default: `["json", "lcov", "text"]` +Default: `["json", "lcov", "text", "clover"]` A list of reporter names that Jest uses when writing coverage reports. Any [istanbul reporter](https://github.com/istanbuljs/istanbuljs/tree/master/packages/istanbul-reports/lib) can be used. diff --git a/website/versioned_docs/version-23.6/Configuration.md b/website/versioned_docs/version-23.6/Configuration.md index f1bb1c66d8a6..550ed1899276 100644 --- a/website/versioned_docs/version-23.6/Configuration.md +++ b/website/versioned_docs/version-23.6/Configuration.md @@ -188,7 +188,7 @@ These pattern strings match against the full path. Use the `` string to ### `coverageReporters` [array] -Default: `["json", "lcov", "text"]` +Default: `["json", "lcov", "text", "clover"]` A list of reporter names that Jest uses when writing coverage reports. Any [istanbul reporter](https://github.com/istanbuljs/istanbuljs/tree/master/packages/istanbul-reports/lib) can be used.