This Hardhat 3 Alpha release introduces code coverage support for JS/TS tests. You can enable code coverage by passing the new --coverage
flag to the test tasks (e.g. hardhat test node --coverage
).
Changes
- 6b84f1a: Added code coverage support for
hardhat test
,hardhat test node
andhardhat test mocha
tasks; you can enable it via the new--coverage
flag (#6652) - a8dc331: Update Viem to latest version (#6735)
💡 The Nomic Foundation is hiring! Check our open positions.