You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/coverage.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ npm i -D @vitest/coverage-istanbul
37
37
```
38
38
:::
39
39
40
-
## V8 provider
40
+
## V8 Provider
41
41
42
42
::: info
43
43
The description of V8 coverage below is Vitest specific and does not apply to other test runners.
@@ -305,7 +305,7 @@ if (condition) {
305
305
306
306
To see all configurable options for coverage, see the [coverage Config Reference](https://vitest.dev/config/#coverage).
307
307
308
-
## Coverage performance
308
+
## Coverage Performance
309
309
310
310
If code coverage generation is slow on your project, see [Profiling Test Performance | Code coverage](/guide/profiling-test-performance.html#code-coverage).
0 commit comments