windranger-io / windranger-solidity-template

Project template for Solidity smart contract with TypeScript tests
Apache License 2.0
10 stars 9 forks source link

[Feature] Solidity code coverage #133

Open CjHare opened 2 years ago

CjHare commented 2 years ago

Feature Description

Code coverage is a point of curiosity and can be helpful in spotting untested branches of code.

Select an appropriate NPM packaged Solidity code coverage tool and wire it up as part of the CI process.

Additional Information

Must support badges (there's another feature request for badges, which will include code coverage).