We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceeff4d commit d359df2Copy full SHA for d359df2
README.md
@@ -36,6 +36,8 @@ truffle run coverage [command-options]
36
+ Coverage launches its own in-process ganache server.
37
+ You can set [ganache options][1] using the `providerOptions` key in your `.solcover.js` [config][15].
38
+ Coverage [distorts gas consumption][13]. Tests that check exact gas consumption should be [skipped][24].
39
++ Coverage runs your compiler with **optimization off**.
40
+ + :warning: Please report all unexpected compilation faults to issue #417 :warning:
41
42
## Command Options
43
| Option <img width=200/> | Example <img width=750/>| Description <img width=1000/> |
0 commit comments