Skip to content

Commit

Permalink
chore: add details to coverage docs (#3279)
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Agarkov <agarkovromachka@mail.ru>
  • Loading branch information
AgarkovRoman and Roman Agarkov committed May 3, 2023
1 parent 9bdb160 commit bf8e8a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guide/coverage.md
Expand Up @@ -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
{
Expand Down

0 comments on commit bf8e8a1

Please sign in to comment.