diff --git a/docs/guide/coverage.md b/docs/guide/coverage.md index 031fcf2e9338..a7e0acd98a8c 100644 --- a/docs/guide/coverage.md +++ b/docs/guide/coverage.md @@ -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).