Skip to content

Commit

Permalink
SOLIDITY_COVERAGE=true npx hardhat coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed Jul 19, 2024
1 parent 4a3e130 commit 96d9eb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
}
},
"files": {
"ignore": ["./typechain-types", "./artifacts", "./cache", "./node_modules"]
"ignore": [
"./typechain-types",
"./artifacts",
"./cache",
"./node_modules",
"./coverage"
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"compile": "npx hardhat compile",
"check": "npx hardhat check",
"test": "npx hardhat test",
"coverage": "npx hardhat coverage",
"coverage": "SOLIDITY_COVERAGE=true npx hardhat coverage",
"ci": "npx biome ci",
"format": "npx biome check --write"
}
Expand Down

0 comments on commit 96d9eb0

Please sign in to comment.