Skip to content

Commit

Permalink
Merge 2cecf5f into 8aa322f
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jul 29, 2019
2 parents 8aa322f + 2cecf5f commit d20e8a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -15,7 +15,7 @@

## 0.13.0 - 2019-07-10

* BREAKING CHANGE: Skips collecting coverage for `dart:` libaries by default,
* BREAKING CHANGE: Skips collecting coverage for `dart:` libraries by default,
which provides a significant performance boost. To restore the previous
behaviour and collect coverage for these libraries, use the `--include-dart`
flag.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/collect.dart
Expand Up @@ -21,7 +21,7 @@ const _retryInterval = Duration(milliseconds: 200);
/// running Dart VM and must not be null.
///
/// If [resume] is true, all isolates will be resumed once coverage collection
/// is complate.
/// is complete.
///
/// If [waitPaused] is true, collection will not begin until all isolates are
/// in the paused state.
Expand Down

0 comments on commit d20e8a6

Please sign in to comment.