Skip to content

Commit f2d5fe1

Browse files
committed
More README edits
1 parent 3ce4c05 commit f2d5fe1

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ $ npm install --save-dev solidity-coverage
2121
```
2222
### Usage notes:
2323
+ For pragma solidity >=0.4.22 <0.6.0 / Petersburg
24-
+ Tests run more slowly while coverage is being generated.
25-
+ Contracts consume more gas while coverage is being generated.
26-
+ solidity-coverage launches its own in-process ganache instance. You can
27-
set its [options](https://github.com/trufflesuite/ganache-core#options) via
24+
+ Coverage runs tests a little more slowly.
25+
+ Coverage distorts gas consumption.
26+
+ Coverage launches its own in-process ganache instance. You can
27+
set [ganache options](https://github.com/trufflesuite/ganache-core#options) via
2828
the `providerOptions` key in your `.solcover.js` config file.
2929

3030
### Truffle >= V5: setup and run
@@ -43,12 +43,13 @@ truffle run coverage [options]
4343

4444

4545
### Command Options
46-
| Option | Example | Description |
47-
|--------------|--------------------------------|--------------------------------------------------------------------------------------------------------------------------------|
48-
| --file | --file="test/registry/*.js" | Filename or glob describing a subset of JS tests to run. (Globs must be enclosed by quotes.) |
46+
| Option | Example | Description |
47+
|--------------|--------------------------------|-------------|
48+
| --file | --file="test/registry/*.js" | Filename or glob describing a subset of JS tests to run. (Globs must be enclosed by quotes.)|
4949
| --solcoverjs | --solcoverjs ./../.solcover.js | Relative path from working directory to config. Useful for monorepo packages that share settings. (Path must be "./" prefixed) |
50-
| --version | | Version info |
51-
| --help | | Usage notes |
50+
| --version | | Version info |
51+
| --help | | Usage notes |
52+
|<img width=170/>|<img width=500/> |<img width=100/>|
5253

5354
### Config Options
5455

0 commit comments

Comments
 (0)