Skip to content

Commit

Permalink
docs: migration to mention coverage.excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Jan 15, 2025
1 parent a689ff6 commit 6a8c601
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guide/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ This function is not used internally and exposed exclusively as a public API.

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`.

### Coverage ignores test files even when `coverage.excludes` is overwritten.

It is no longer possible to include test files in coverage report by overwriting `coverage.excludes`. Test files are now always excluded.

## Migrating to Vitest 2.0 {#vitest-2}

### Default Pool is `forks`
Expand Down

0 comments on commit 6a8c601

Please sign in to comment.