-
Notifications
You must be signed in to change notification settings - Fork 279
Closed
Description
When I ran solidity-coverage
for the first time, it gave me this error:
Invalid input source specified.
Compiliation failed. See above.
After some debugging, it turns out that the problem was the paths on my imports. I'd been importing "Contract.sol"
instead of "./Contract.sol"
in my contracts. Since solidity-coverage is more particular about the current working directory than truffle is, someone else might run into this issue. It's not a solidity-coverage bug, but I'm creating an issue in the hopes that the next person to have that problem comes across it.
mynameisvinn, vanessabridge, gsgalloway, danieljbruce, naterush and 18 moremaurelian, ChihChengLiang, medied, naterush, Jeiwan and 2 more
Metadata
Metadata
Assignees
Labels
No labels