Skip to content

Commit

Permalink
Removed test_coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Mar 30, 2021
1 parent 27ba8f0 commit ec2e256
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ coverage/lcov.info
.vscode/settings.json
_notes.md
.env
test/.test_cov.dart
8 changes: 6 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
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
pub_semver: ^2.0.0
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
Expand All @@ -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

0 comments on commit ec2e256

Please sign in to comment.