Skip to content

Commit

Permalink
Updated documentation for collect function regarding isolate groups #533
Browse files Browse the repository at this point in the history
  • Loading branch information
Victowolf committed Mar 6, 2025
1 parent a75eb7e commit 517884d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/coverage/lib/src/collect.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ const _debugTokenPositions = bool.fromEnvironment('DEBUG_COVERAGE');
/// If [scopedOutput] is non-empty, coverage will be restricted so that only
/// scripts that start with any of the provided paths are considered.
///
/// If [isolateIds] is set, the coverage gathering will be restricted to only
/// those VM isolates.
/// If [isolateIds] is set, coverage gathering **will not be restricted** to
/// only those VM isolates. Instead, coverage will be collected for **all isolates
/// in the same isolate group** as the provided isolate(s).
///
/// If [coverableLineCache] is set, the collector will avoid recompiling
/// libraries it has already seen (see VmService.getSourceReport's
Expand Down

0 comments on commit 517884d

Please sign in to comment.