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/workspace.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,4 @@ All configuration options that are not supported inside a project config have <N
185
185
186
186
## Coverage
187
187
188
-
Coverage for workspace projects works out of the box. But if you have [`all`](/config/#coverage-all) option enabled and use non-conventional extensions in some of your projects, you will need to have a plugin that handles this extension in your root configuration file.
189
-
190
-
For example, if you have a package that uses Vue files and it has its own config file, but some of the files are not imported in your tests, coverage will fail trying to analyze the usage of unused files, because it relies on the root configuration rather than project configuration.
188
+
Coverage for workspace projects works out of the box.
0 commit comments