JoinColony / solcover

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

Accommodate solidity tests #53

Closed area closed 7 years ago

area commented 7 years ago

Truffle 3.0 now includes solidity tests, which we shouldn't include in our instrumentation, but we should run.

area commented 7 years ago

Upon investigation, this was a fundamental misunderstanding on my part (I thought the solidity test files lived in ./contracts/, not ./test/).