mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-30 11:33:34 +08:00
Add test_coverage
Just testing it out
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -22,3 +22,5 @@ android/fastlane/report.xml
|
|||||||
|
|
||||||
# Android NDK Debug symbols
|
# Android NDK Debug symbols
|
||||||
debugSymbols
|
debugSymbols
|
||||||
|
|
||||||
|
test/.test_coverage.dart.
|
||||||
|
14
pubspec.lock
14
pubspec.lock
@ -497,6 +497,13 @@ packages:
|
|||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.0.0"
|
version: "2.0.0"
|
||||||
|
lcov:
|
||||||
|
dependency: transitive
|
||||||
|
description:
|
||||||
|
name: lcov
|
||||||
|
url: "https://pub.dartlang.org"
|
||||||
|
source: hosted
|
||||||
|
version: "5.7.0"
|
||||||
logging:
|
logging:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@ -910,6 +917,13 @@ packages:
|
|||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.3.10"
|
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:
|
tool_base:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -68,6 +68,7 @@ dev_dependencies:
|
|||||||
flutter_driver:
|
flutter_driver:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
benchmark_harness: any
|
benchmark_harness: any
|
||||||
|
test_coverage: ^0.4.3
|
||||||
|
|
||||||
dependency_overrides:
|
dependency_overrides:
|
||||||
intl:
|
intl:
|
||||||
|
Reference in New Issue
Block a user