File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -43,26 +43,6 @@ connect. An optional `--connect-timeout` may be specified (in seconds). The
43
43
` --wait-paused ` flag may be enabled, causing ` collect_coverage ` to wait until
44
44
all isolates are paused before collecting coverage.
45
45
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
-
66
46
#### Formatting coverage data
67
47
68
48
```
You can’t perform that action at this time.
0 commit comments