Support the latest package:coverage (#1252)

diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md
index d24269e..a67cbcf 100644
--- a/pkgs/test/CHANGELOG.md
+++ b/pkgs/test/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 1.14.7
+
+* Support the latest `package:coverage`.
+
+
 ## 1.14.6
 
 * Update `test_core` to `0.3.6`.
diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml
index 28bba70..7575bcd 100644
--- a/pkgs/test/pubspec.yaml
+++ b/pkgs/test/pubspec.yaml
@@ -1,5 +1,5 @@
 name: test
-version: 1.14.6
+version: 1.14.7
 description: A full featured library for writing and running Dart tests.
 homepage: https://github.com/dart-lang/test/blob/master/pkgs/test
 
@@ -10,7 +10,7 @@
   analyzer: '>=0.36.0 <0.40.0'
   async: ^2.0.0
   boolean_selector: '>=1.0.0 <3.0.0'
-  coverage: ^0.13.4
+  coverage: '>=0.13.4 < 0.15.0'
   http: ^0.12.0
   http_multi_server: ^2.0.0
   io: ^0.3.0
@@ -34,7 +34,7 @@
   yaml: ^2.0.0
   # Use an exact version until the test_api and test_core package are stable.
   test_api: 0.2.16
-  test_core: 0.3.6
+  test_core: 0.3.7
 
 dev_dependencies:
   fake_async: ^1.0.0
diff --git a/pkgs/test_core/CHANGELOG.md b/pkgs/test_core/CHANGELOG.md
index 3292e3b..64933f0 100644
--- a/pkgs/test_core/CHANGELOG.md
+++ b/pkgs/test_core/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.3.7
+
+* Support the latest `package:coverage`.
+
 ## 0.3.6
 
 * Expose the `Configuration` class and related classes through `backend.dart`.
diff --git a/pkgs/test_core/pubspec.yaml b/pkgs/test_core/pubspec.yaml
index a8f4093..9041d46 100644
--- a/pkgs/test_core/pubspec.yaml
+++ b/pkgs/test_core/pubspec.yaml
@@ -1,5 +1,5 @@
 name: test_core
-version: 0.3.6
+version: 0.3.7
 description: A basic library for writing tests and running them on the VM.
 homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_core
 
@@ -12,7 +12,7 @@
   args: ^1.4.0
   boolean_selector: ">=1.0.0 <3.0.0"
   collection: ^1.8.0
-  coverage: ^0.13.3
+  coverage: ">=0.13.3 < 0.15.0"
   glob: ^1.0.0
   io: ^0.3.0
   meta: ^1.1.5