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
This is an issue because VS Code extension specifies the path in the command. So it's not possible to generate the coverage properly using VS Code testing tools with the Dart-Code extension.
This command generates the json output under
/path/to/project/coverage/test/....
:Whereas, this command generates the
.dart.vm.json
under/path/to/project/test/
(i.e. next to each test file):I have tried to use
--coverage=/path/to/project/coverage
but the same thing happen.In both cases, the
coverage
directory is created, but the json files are not placed in the provided coverage directory when a path is provided.test version: 1.25.1
Dart SDK version: 3.2.3 (stable) (Tue Dec 5 17:58:33 2023 +0000) on "macos_x64"
The text was updated successfully, but these errors were encountered: