Latrasis / simple_account

0 stars 1 forks source link

Can't get solidity-coverage to work #2

Closed izqui closed 7 years ago

izqui commented 7 years ago

When I do npm test all test pass fine, but executing npm run coverage results in:

Launching testrpc on port 8555
Generating coverage environment
Instrumenting  ./coverageEnv/contracts/SimpleAccount.sol
Launching test command (this can take a few seconds)...
Error: Could not find zeppelin/lifecycle/TokenDestructible.sol from any sources; imported from [redacted]coverageEnv/contracts/SimpleAccount.sol
...
Latrasis commented 7 years ago

Looks like sol-cover doesn't support ethpm imports...hmm