From a4eeb1239e1052f08b09b44e14d0084fcfe269cd Mon Sep 17 00:00:00 2001 From: Lukas Lihotzki Date: Tue, 23 Mar 2021 17:06:54 +0100 Subject: [PATCH] chore: use coverage instead of test_coverage --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index a30dfa48..9c48367b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -27,7 +27,7 @@ dependencies: dev_dependencies: test: ^1.15.7 - test_coverage: ^0.5.0 + coverage: ">=0.15.0 <2.0.0" moor_generator: ^3.4.1 build_runner: ^1.11.1 pedantic: ^1.11.0