From ec2e256e00ab7f2aff776315ecac9934fb3dda80 Mon Sep 17 00:00:00 2001 From: leoafarias Date: Tue, 30 Mar 2021 11:24:52 -0400 Subject: [PATCH] Removed test_coverage --- .gitignore | 1 + pubspec.yaml | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 105ef8b..9601f67 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ coverage/lcov.info .vscode/settings.json _notes.md .env +test/.test_cov.dart diff --git a/pubspec.yaml b/pubspec.yaml index b249cdd..7013b43 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,12 +1,13 @@ name: pub_api_client description: An API Client for Pub to interact with public package information. -version: 2.0.0-beta.1 +version: 2.0.0 homepage: https://github.com/leoafarias/pub_api_client environment: sdk: '>=2.12.0 <3.0.0' dependencies: + freezed_annotation: ^0.14.1 http: ^0.13.1 json_annotation: ^4.0.1 @@ -14,6 +15,9 @@ dependencies: pubspec: ^2.0.1 pubspec_parse: ^1.0.0 +dependency_overrides: + coverage: ^1.0.1 + test: ^1.16.8 dev_dependencies: build_runner: ^1.12.2 @@ -22,4 +26,4 @@ dev_dependencies: json_serializable: ^4.1.0 pedantic: ^1.11.0 test: ^1.16.8 - test_cov: ^1.0.1 + # test_coverage: ^0.5.0