Skip to content

Commit 9168b4f

Browse files
committed
fix: attempting to fix GH workflow coverage test
1 parent a538915 commit 9168b4f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test": "hardhat test",
2727
"test:e2e": "scripts/e2e",
2828
"test:gas": "REPORT_GAS=true hardhat test",
29-
"test:coverage": "DISABLE_SECURE_ACCOUNTS=true ADDRESS_BOOK=addresses.json L1_GRAPH_CONFIG=config/graph.hardhat.yml L2_GRAPH_CONFIG=config/graph.arbitrum-hardhat.yml hardhat coverage",
29+
"test:coverage": "scripts/coverage",
3030
"test:upgrade": "scripts/upgrade",
3131
"lint": "yarn lint:ts; yarn lint:sol; yarn lint:md; yarn lint:json",
3232
"lint:ts": "eslint '**/*.{js,ts,cjs,mjs,jsx,tsx}' --fix --cache; prettier -w --cache --log-level warn '**/*.{js,ts,cjs,mjs,jsx,tsx}'",

packages/contracts/scripts/coverage

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ set -eo pipefail
55
yarn build
66

77
DISABLE_SECURE_ACCOUNTS=true \
8+
ADDRESS_BOOK=addresses.json \
89
L1_GRAPH_CONFIG=config/graph.hardhat.yml \
910
L2_GRAPH_CONFIG=config/graph.arbitrum-hardhat.yml \
1011
npx hardhat coverage $@

0 commit comments

Comments
 (0)