Skip to content

Commit

Permalink
docs(coverage): watermarks link correction (#2418)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Dec 3, 2022
1 parent 45c5c45 commit e11986d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/config/index.md
Expand Up @@ -691,7 +691,7 @@ Shortcut for `--check-coverage --lines 100 --functions 100 --branches 100 --stat
- **Available for providers:** `'istanbul'`

Set to array of class method names to ignore for coverage.
See [istanbul documentation](https://github.com/istanbuljs/nyc#high-and-low-watermarks) for more information.
See [istanbul documentation](https://github.com/istanbuljs/nyc#ignoring-methods) for more information.

#### watermarks

Expand All @@ -717,7 +717,9 @@ See [istanbul documentation](https://github.com/istanbuljs/nyc#high-and-low-wate
}
```

Watermarks for statements, lines, branches and functions.
- **Available for providers:** `'istanbul'`

Watermarks for statements, lines, branches and functions. See [istanbul documentation](https://github.com/istanbuljs/nyc#high-and-low-watermarks) for more information.

### testNamePattern

Expand Down

0 comments on commit e11986d

Please sign in to comment.