chore: add details to coverage docs (#3279)

Co-authored-by: Roman Agarkov <agarkovromachka@mail.ru>
This commit is contained in:
Agarkov Roman 2023-05-03 11:22:03 +02:00 committed by GitHub
parent 9bdb160357
commit bf8e8a1bd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,7 @@ npm i -D @vitest/coverage-istanbul
## Coverage Setup
To test with coverage enabled, you can pass the `--coverage` flag in CLI.
By default, reporter `['text', 'html', 'clover', 'json']` will be used.
```json
{