Skip to content

Commit 688b9cf

Browse files
committed
fix: trying to use original coverage script for CI
1 parent 9168b4f commit 688b9cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/contracts/scripts/coverage

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ set -eo pipefail
44

55
yarn build
66

7+
echo {} > addresses-local.json
8+
79
DISABLE_SECURE_ACCOUNTS=true \
8-
ADDRESS_BOOK=addresses.json \
910
L1_GRAPH_CONFIG=config/graph.hardhat.yml \
1011
L2_GRAPH_CONFIG=config/graph.arbitrum-hardhat.yml \
12+
ADDRESS_BOOK=addresses-local.json \
1113
npx hardhat coverage $@

0 commit comments

Comments
 (0)