Skip to content

Commit 67ec3b5

Browse files
authored
Support the latest coverage release (#1408)
1 parent eea43c2 commit 67ec3b5

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

pkgs/test/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.16.0-nullsafety.15
2+
3+
* Support the latest coverage release (`0.15.x`).
4+
15
## 1.16.0-nullsafety.14
26

37
* Allow the latest args release (`2.x`).

pkgs/test/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
version: 1.16.0-nullsafety.14
2+
version: 1.16.0-nullsafety.15
33
description: A full featured library for writing and running Dart tests.
44
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test
55

@@ -10,7 +10,7 @@ dependencies:
1010
analyzer: '>=0.36.0 <0.42.0'
1111
async: '>=2.5.0-nullsafety <2.5.0'
1212
boolean_selector: '>=2.1.0-nullsafety <2.1.0'
13-
coverage: '>=0.13.4 < 0.15.0'
13+
coverage: '>=0.13.4 < 0.16.0'
1414
http_multi_server: ^2.0.0
1515
io: ^0.3.0
1616
js: '>=0.6.3-nullsafety <0.6.3'
@@ -32,7 +32,7 @@ dependencies:
3232
yaml: ">=2.0.0 <4.0.0"
3333
# Use an exact version until the test_api and test_core package are stable.
3434
test_api: 0.2.19-nullsafety.6
35-
test_core: 0.3.12-nullsafety.13
35+
test_core: 0.3.12-nullsafety.14
3636

3737
dev_dependencies:
3838
fake_async: ^1.0.0

pkgs/test_core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.12-nullsafety.14
2+
3+
* Support the latest coverage release (`0.15.x`).
4+
15
## 0.3.12-nullsafety.13
26

37
* Allow the latest args release (`2.x`).

pkgs/test_core/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test_core
2-
version: 0.3.12-nullsafety.13
2+
version: 0.3.12-nullsafety.14
33
description: A basic library for writing tests and running them on the VM.
44
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_core
55

@@ -12,7 +12,7 @@ dependencies:
1212
args: ">=1.4.0 <3.0.0"
1313
boolean_selector: ">=2.1.0-nullsafety <2.1.0"
1414
collection: '>=1.15.0-nullsafety <1.15.0'
15-
coverage: ">=0.13.3 <0.15.0"
15+
coverage: ">=0.13.3 <0.16.0"
1616
glob: ">=1.0.0 <3.0.0"
1717
io: ^0.3.0
1818
meta: '>=1.3.0-nullsafety <1.3.0'

0 commit comments

Comments
 (0)