Skip to content

Commit

Permalink
add "clover" to coverageReports default value (#7126)
Browse files Browse the repository at this point in the history
  • Loading branch information
lychyi authored and SimenB committed Oct 9, 2018
1 parent c4646b9 commit a168b34
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 13 deletions.
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

0 comments on commit a168b34

Please sign in to comment.