-
Notifications
You must be signed in to change notification settings - Fork 3
Closed as not planned
Description
In my project, I use private packages. For example:
coverage/ --> coverage of main project
lib/ --> main project
packages/
components/
lib/ --> components
coverage/ --> coverage of componentsIn flutter coverage panel on testing tab, it only can accept one coverage per time. It can be changed on settings.json:
"flutter-coverage.coverageFilePaths": [
"coverage",
//"packages/cuidarme_components/coverage"
],When it uses "coverage", show it. The same for the second. But if I try to use both, it only shows the "coverage", not the second.
Is it possible to add to accept 2 or more coverage files instead of one?
maxzod
Metadata
Metadata
Assignees
Labels
No labels
