Skip to content

Commit

Permalink
Merge pull request #344 from AndrewLane/AndrewLane-patch-1
Browse files Browse the repository at this point in the history
Fix exclude typo on the check object
  • Loading branch information
johnjbarton committed Oct 17, 2017
2 parents 954a555 + 595ab98 commit bf599db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Expand Up @@ -86,7 +86,7 @@ coverageReporter: {

For example, `statements: 90` implies minimum statement coverage is 90%. `statements: -10` implies that no more than 10 uncovered statements are allowed.

`global` applies to all files together and `each` on a per-file basis. A list of files or patterns can be excluded from enforcement via the `exclude` property. On a per-file or pattern basis, per-file thresholds can be overridden via the `overrides` property.
`global` applies to all files together and `each` on a per-file basis. A list of files or patterns can be excluded from enforcement via the `excludes` property. On a per-file or pattern basis, per-file thresholds can be overridden via the `overrides` property.

```javascript
coverageReporter: {
Expand Down

0 comments on commit bf599db

Please sign in to comment.