skmgoldin / tcr

A generic token-curated registry
Apache License 2.0
279 stars 131 forks source link

Fix coverage reporting #56

Closed akuanti closed 6 years ago

akuanti commented 6 years ago

Tests were failing when running coverage because none of the addresses in the testrpc run by the coverage had any tokens allocated to them. This is because the config file uses addresses derived from a specific mnemonic, and the coverage testrpc was using a random one each time.