NomicFoundation / hardhat

Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.
https://hardhat.org
Other
7.28k stars 1.41k forks source link

Support code coverage in v3 #5648

Open kanej opened 2 months ago

kanej commented 2 months ago

Expand the JS/TS integration testing with explicit support for code coverage.

This will require injecting slang into the testing pipeline to parse and modify the Solidity code under test to include coverage instrumentation.