Commit 517884d 1 parent a75eb7e commit 517884d Copy full SHA for 517884d
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,9 @@ const _debugTokenPositions = bool.fromEnvironment('DEBUG_COVERAGE');
42
42
/// If [scopedOutput] is non-empty, coverage will be restricted so that only
43
43
/// scripts that start with any of the provided paths are considered.
44
44
///
45
- /// If [isolateIds] is set, the coverage gathering will be restricted to only
46
- /// those VM isolates.
45
+ /// If [isolateIds] is set, coverage gathering **will not be restricted** to
46
+ /// only those VM isolates. Instead, coverage will be collected for **all isolates
47
+ /// in the same isolate group** as the provided isolate(s).
47
48
///
48
49
/// If [coverableLineCache] is set, the collector will avoid recompiling
49
50
/// libraries it has already seen (see VmService.getSourceReport's
You can’t perform that action at this time.
0 commit comments