Make clear SolCover runs its own TestRPC

uport
Alex Rea 8 years ago
parent d2fb643151
commit 74a8e7c68e
  1. 3
      README.md

@ -42,6 +42,9 @@ Note that if you have hardcoded gas costs into your tests, some of them may fail
###Execution ###Execution
Firstly, make sure that your contracts in your truffle directory are saved elsewhere too - this script moves them and modifies them to do the instrumentation and allow `truffle` to run the tests with the instrumented contracts. It returns them after the tests are complete, but if something goes wrong, then `originalContracts` in the truffle directory should contain the unmodified contracts. Firstly, make sure that your contracts in your truffle directory are saved elsewhere too - this script moves them and modifies them to do the instrumentation and allow `truffle` to run the tests with the instrumented contracts. It returns them after the tests are complete, but if something goes wrong, then `originalContracts` in the truffle directory should contain the unmodified contracts.
SolCover runs its own (modified) `testrpc` to get the coverage data, so make sure that you've not left a previous instance running on port 8545, otherwise the coverage reported will be.... sparse...
From inside the SolCover directory, run From inside the SolCover directory, run
```node ./runCoveredTests.js``` ```node ./runCoveredTests.js```

Loading…
Cancel
Save