Skip to content

Commit

Permalink
build: upgrade test_coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmannZ committed Sep 20, 2019
1 parent 5809811 commit 95192c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
pub global activate coverage
pub get
pub run test_coverage
# cannot `run pub run test test/.test_coverage.dart -p chromium`
# cannot run `pub run test test/.test_coverage.dart -p chromium`
# it randomly fails compiling some dart files to js
# test/.test_coverage.dart is a by product of running
# `pub run test_coverage`
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ dev_dependencies:
pedantic: ^1.8.0+1
mockito: ^4.0.0
test: ^1.5.3
test_coverage: ^0.2.4
test_coverage: ^0.3.0+1
environment:
sdk: ">=2.2.2 <3.0.0"

0 comments on commit 95192c7

Please sign in to comment.