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/migration.md
+4
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,10 @@ This function is not used internally and exposed exclusively as a public API.
85
85
86
86
The `vitest/reporters` entrypoint now only exports reporters implementations and options types. If you need access to `TestCase`/`TestSuite` and other task related types, import them additionally from `vitest/node`.
87
87
88
+
### Coverage ignores test files even when `coverage.excludes` is overwritten.
89
+
90
+
It is no longer possible to include test files in coverage report by overwriting `coverage.excludes`. Test files are now always excluded.
0 commit comments