Commit 91983b4
Remove text reporter from coverage configuration (#766)
Removes the 'text' reporter from the vitest coverage configuration,
since all it does is gum up stdout to no benefit.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Removes the `text` coverage reporter from Vitest configuration,
retaining `json`, `json-summary`, and `html` outputs.
>
> - Updates `vitest.config.ts` `coverage.reporter` to `['json',
'json-summary', 'html']`
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
3bd36c0. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent fe8fb66 commit 91983b4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments