JoinColony / solcover

Code coverage for solidity
MIT License
64 stars 8 forks source link

Install truffle in CI #22

Closed cgewecke closed 7 years ago

cgewecke commented 7 years ago

Ideally something like: npm install -g truffle somewhere in the setup script. This would make it possible to write tests for the cli and verify solcover's performance against truffle. (This issue affects #18).