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

Commit 13299e1

Browse files
authored
Eliminate Dartium-related instructions (#235)
Dartium was removed from the Dart SDK prior to Dart 2.0 and is no longer a supported tool.
1 parent 91ea1b1 commit 13299e1

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

-20
Original file line numberDiff line numberDiff line change
@@ -43,26 +43,6 @@ connect. An optional `--connect-timeout` may be specified (in seconds). The
4343
`--wait-paused` flag may be enabled, causing `collect_coverage` to wait until
4444
all isolates are paused before collecting coverage.
4545

46-
#### Collecting coverage from Dartium
47-
48-
```
49-
dartium --remote-debugging-port=NNNN
50-
# execute code in Dartium
51-
pub global run coverage:collect_coverage --uri=... -o coverage.json
52-
```
53-
54-
or if the `pub global run` executables are on your PATH,
55-
56-
```
57-
collect_coverage --port=NNNN -o coverage.json
58-
```
59-
60-
As noted above, `collect_coverage` may be invoked before Dartium, in which case
61-
it will wait until it detects a Dartium remote debugging port, up to the
62-
(optional) timeout. Note that coverage cannot be run against a Dartium instance
63-
launched from Dart Editor, since the editor makes use of Dartium's remote
64-
debugging port.
65-
6646
#### Formatting coverage data
6747

6848
```

0 commit comments

Comments
 (0)