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

Eliminate Dartium-related instructions #235

Merged
merged 1 commit into from
Oct 13, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,26 +43,6 @@ connect. An optional `--connect-timeout` may be specified (in seconds). The
`--wait-paused` flag may be enabled, causing `collect_coverage` to wait until
all isolates are paused before collecting coverage.

#### Collecting coverage from Dartium

```
dartium --remote-debugging-port=NNNN
# execute code in Dartium
pub global run coverage:collect_coverage --uri=... -o coverage.json
```

or if the `pub global run` executables are on your PATH,

```
collect_coverage --port=NNNN -o coverage.json
```

As noted above, `collect_coverage` may be invoked before Dartium, in which case
it will wait until it detects a Dartium remote debugging port, up to the
(optional) timeout. Note that coverage cannot be run against a Dartium instance
launched from Dart Editor, since the editor makes use of Dartium's remote
debugging port.

#### Formatting coverage data

```
Expand Down