August 2019
Intermediate to advanced
486 pages
13h 52m
English
You can install the solidity-coverage tool in your truffle project by running the following command:
$ npm install --save-dev solidity-coverage
This command will install the latest version of the solidity-coverage tool in the project only; the command will not be accessible globally. Once it is installed, you should be able to run the command that we have listed in the next section, as there is no way to check whether the installation of the command was successful.