Skip to content

Commit 21ace7b

Browse files
committed
chore(hardhat): update contracts coverage command
1 parent 09343c1 commit 21ace7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: yarn test:contracts --network hardhat
3030

3131
- name: Coverage
32-
run: yarn coverage:hardhat --network hardhat
32+
run: yarn coverage:contracts --network hardhat
3333

3434
- name: Coveralls
3535
uses: codecov/codecov-action@v2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"compile": "yarn workspace chainlink-fullstack-hardhat compile",
1313
"test:contracts": "yarn workspace chainlink-fullstack-hardhat test",
1414
"test:frontend": "yarn workspace chainlink-fullstack-frontend test",
15-
"coverage:hardhat": "yarn workspace chainlink-fullstack-hardhat coverage",
15+
"coverage:contracts": "yarn workspace chainlink-fullstack-hardhat coverage",
1616
"lint:frontend": "yarn workspace chainlink-fullstack-frontend lint",
1717
"format:frontend": "yarn workspace chainlink-fullstack-frontend format",
1818
"format:hardhat": "yarn workspace chainlink-fullstack-hardhat format"

0 commit comments

Comments
 (0)