Skip to content

Commit

Permalink
docs: add link to coverage Config Reference page (#2683)
Browse files Browse the repository at this point in the history
  • Loading branch information
Idlesome committed Apr 27, 2023
1 parent 730af0b commit f4cc7e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guide/coverage.md
Expand Up @@ -159,3 +159,7 @@ For `c8` this does not cause any issues. You can use `c8 ignore` comments with T
/* c8 ignore next 3 */
if (condition) {
```
## Other Options
To see all configurable options for coverage, see the [coverage Config Reference](https://vitest.dev/config/#coverage).

0 comments on commit f4cc7e1

Please sign in to comment.