Skip to content

Commit c66eb47

Browse files
authored
Link to beta in README
1 parent 15fa08b commit c66eb47

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2431
Set a `coverage` network in truffle-config.js (see [Network Configuration](#network-configuration)) and then run:
2532
```
2633
$ npx solidity-coverage

0 commit comments

Comments
 (0)