commit | c7e2ed17e5ef8617f7c510c56c2c3fc147ec2a25 | [log] [tgz] |
---|---|---|
author | Chris Bracken <chris@bracken.jp> | Wed Jul 10 11:30:16 2019 +0900 |
committer | GitHub <noreply@github.com> | Wed Jul 10 11:30:16 2019 +0900 |
tree | 86dd23d5018e19a6d979497ec697b7ba32bf781d | |
parent | c4d289464e7076f379d026a6e273149a55aacbec [diff] |
Skip dart: sources by default (dart-lang/coverage#257) Skips collecting coverage for VM scripts with URIs with scheme 'dart'. There's a lot of this source, most users aren't interested in collecting coverage for it, and those who do, can still get at it by passing the `--include-dart` flag if they want it.