Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add "clover" to coverageReports default value #7126

Merged
merged 3 commits into from
Oct 9, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ These pattern strings match against the full path. Use the `<rootDir>` string to

### `coverageReporters` [array<string>]

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.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-22.0/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ These pattern strings match against the full path. Use the `<rootDir>` string to

### `coverageReporters` [array<string>]

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.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-22.1/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ These pattern strings match against the full path. Use the `<rootDir>` string to

### `coverageReporters` [array<string>]

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.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-22.2/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ These pattern strings match against the full path. Use the `<rootDir>` string to

### `coverageReporters` [array<string>]

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.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-22.3/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ These pattern strings match against the full path. Use the `<rootDir>` string to

### `coverageReporters` [array<string>]

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.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-22.4/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ These pattern strings match against the full path. Use the `<rootDir>` string to

### `coverageReporters` [array<string>]

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.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-23.0/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ These pattern strings match against the full path. Use the `<rootDir>` string to

### `coverageReporters` [array<string>]

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.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-23.1/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ These pattern strings match against the full path. Use the `<rootDir>` string to

### `coverageReporters` [array<string>]

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.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-23.2/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ These pattern strings match against the full path. Use the `<rootDir>` string to

### `coverageReporters` [array<string>]

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.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-23.3/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ These pattern strings match against the full path. Use the `<rootDir>` string to

### `coverageReporters` [array<string>]

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.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-23.4/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ These pattern strings match against the full path. Use the `<rootDir>` string to

### `coverageReporters` [array<string>]

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.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-23.5/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ These pattern strings match against the full path. Use the `<rootDir>` string to

### `coverageReporters` [array<string>]

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.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-23.6/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ These pattern strings match against the full path. Use the `<rootDir>` string to

### `coverageReporters` [array<string>]

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.

Expand Down