Skip to content

Commit 96c9e19

Browse files
authored
Merge branch 'master' into dartdoc-crash-trello
2 parents a9493d6 + 0a12e77 commit 96c9e19

File tree

3 files changed

+4
-235
lines changed

3 files changed

+4
-235
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dev_dependencies:
3232
build: ^1.0.1
3333
build_runner: ^1.0.0
3434
build_version: ^1.0.0
35-
coverage: any
35+
coverage: ^0.12.4
3636
dhttpd: ^3.0.0
3737
glob: ^1.1.5
3838
grinder: ^0.8.2

test/src/utils.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,9 @@ class CoverageSubprocessLauncher extends SubprocessLauncher {
155155
/// Wait for all coverage runs to finish.
156156
await Future.wait(currentCoverageResults);
157157

158-
return launcher.runStreamed(Platform.executable, [
159-
'tool/format_coverage.dart', // TODO(jcollins-g): use pub after dart-lang/coverage#240 is landed
158+
return launcher.runStreamed('pub', [
159+
'run',
160+
'coverage:format_coverage',
160161
'--lcov',
161162
'-v',
162163
'-b', '.',

tool/format_coverage.dart

Lines changed: 0 additions & 232 deletions
This file was deleted.

0 commit comments

Comments
 (0)