File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,19 @@ find discrepancies between the coverage report and your suite's behavior, please
1515[ issue] ( https://github.com/sc-forks/solidity-coverage/issues ) .
1616+ ` solidity-coverage ` is [ Solcover] ( https://github.com/JoinColony/solcover )
1717
18- ### Install
18+ ### A new (beta) version of solidity-coverage is out (0.7.x)
19+ + Installs as a plugin
20+ + Uses any ganache
21+ + Just works. (Read the [ instructions] ( https://github.com/sc-forks/solidity-coverage/tree/beta#solidity-coverage ) )
22+ + [ 0.7.0-beta release notes] ( https://github.com/sc-forks/solidity-coverage/releases/tag/v0.7.0-beta.2 )
23+ + [ 0.6.x to 0.7.x upgrade guide] ( https://github.com/sc-forks/solidity-coverage/blob/beta/docs/upgrade.md#upgrading-from-06x-to-070-betax ) .
24+
25+ ### Install 0.6.x
1926```
2027$ npm install --save-dev solidity-coverage
2128```
2229
23- ### Run
30+ ### Run 0.6.x
2431Set a ` coverage ` network in truffle-config.js (see [ Network Configuration] ( #network-configuration ) ) and then run:
2532```
2633$ npx solidity-coverage
You can’t perform that action at this time.
0 commit comments