Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Add collect_coverage.dart: fetches coverage from a running Dartium instance #3

Merged
merged 1 commit into from
Feb 27, 2014

Conversation

cbracken
Copy link
Contributor

No description provided.

exit(0);
}

if (args['port'] == null) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style nit: for these fast fail/exit code we often write in a single line as

  if (args['port'] == null) fail('port not specified');

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@sigmundch
Copy link

lgtm!

cbracken added a commit that referenced this pull request Feb 27, 2014
Add collect_coverage.dart: fetches coverage from a running Dartium instance
@cbracken cbracken merged commit 651acc3 into dart-archive:master Feb 27, 2014
@cbracken cbracken deleted the collect-coverage branch March 11, 2014 17:02
mosuem pushed a commit to dart-lang/tools that referenced this pull request Aug 28, 2024
…rage

Add collect_coverage.dart: fetches coverage from a running Dartium instance
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants