Skip to content

Commit 6e5ce8e

Browse files
authored
Merge pull request #97 from codescalers/tfchain_graphql_fix_codecov
2 parents ce84e91 + 3378c0f commit 6e5ce8e

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

packages/graphql_client/pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ dev_dependencies:
1616
lints: ^3.0.0
1717
test: ^1.24.0
1818

19+
scripts:
20+
test: --coverage=coverage

packages/gridproxy_client/pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ dependencies:
1212

1313
dev_dependencies:
1414
lints: ^3.0.0
15-
test: ^1.24.0
15+
test: ^1.24.0
16+
17+
scripts:
18+
test: --coverage=coverage

packages/stellar_client/pubspec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ dependencies:
1313
dev_dependencies:
1414
lints: ^3.0.0
1515
test: ^1.24.0
16+
17+
scripts:
18+
test: --coverage=coverage

packages/tfchain_client/pubspec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ polkadart:
3333
# qa: wss://tfchain.qa.grid.tf/ws
3434
# test: wss://tfchain.test.grid.tf/ws
3535
# main: wss://tfchain.grid.tf/ws
36+
37+
scripts:
38+
test: --coverage=coverage

0 commit comments

Comments
 (0)