From b9faa7c91e5a8453148cc1af4576dfe35ca8abd0 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Wed, 12 Aug 2020 23:41:29 +0200 Subject: [PATCH] Add test_coverage Just testing it out --- .gitignore | 2 ++ pubspec.lock | 14 ++++++++++++++ pubspec.yaml | 1 + 3 files changed, 17 insertions(+) diff --git a/.gitignore b/.gitignore index 4e8e65df..5b503816 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ android/fastlane/report.xml # Android NDK Debug symbols debugSymbols + +test/.test_coverage.dart. diff --git a/pubspec.lock b/pubspec.lock index 31705d03..ed5a5df8 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -497,6 +497,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.0" + lcov: + dependency: transitive + description: + name: lcov + url: "https://pub.dartlang.org" + source: hosted + version: "5.7.0" logging: dependency: transitive description: @@ -910,6 +917,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.3.10" + test_coverage: + dependency: "direct dev" + description: + name: test_coverage + url: "https://pub.dartlang.org" + source: hosted + version: "0.4.3" tool_base: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 840d94e8..276b4d22 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -68,6 +68,7 @@ dev_dependencies: flutter_driver: sdk: flutter benchmark_harness: any + test_coverage: ^0.4.3 dependency_overrides: intl: