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/cli.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ If `--reporter=blob` is used without an output file, the default path will inclu
121
121
122
122
-**Type:**`boolean | string`
123
123
124
-
Merges every blob report located in the specified folder (`.vitest-reports` by default). You can use any reporters with this command (except [`blob`](/guide/reporters#blob-reporter)):
124
+
Merges every test and coverage blob report located in the specified folder (`.vitest-reports` by default). You can use any reporters with this command (except [`blob`](/guide/reporters#blob-reporter)):
Stores coverage results on the machine so they can be later merged using [`--merge-reports`](/guide/cli#merge-reports) command.
189
+
By default, stores all results in `.vitest-reports/coverage` folder, but can be overriden with `--coverage.reporter.blob.dir` and `--coverage.reporter.blob.file` flags.
Run tests on different machines using [`--shard`](/guide/cli#shard)and [`--reporter=blob`](/guide/reporters#blob-reporter) flags.
234
+
Run tests on different machines using [`--shard`](/guide/cli#shard), [`--reporter=blob`](/guide/reporters#blob-reporter)and [`--coverage.reporter=blob`](/guide/coverage#blob-reporter) flags.
235
235
All test results can be merged at the end of your CI pipeline using `--merge-reports` command:
0 commit comments