File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,7 @@ truffle run coverage [command-options]
36
36
+ Coverage launches its own in-process ganache server.
37
37
+ You can set [ ganache options] [ 1 ] using the ` providerOptions ` key in your ` .solcover.js ` [ config] [ 15 ] .
38
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 :
39
+ + :warning : Contracts are compiled ** without optimization** . Please report unexpected compilation faults to [ issue 417] [ 25 ]
41
40
42
41
## Command Options
43
42
| Option <img width =200/ > | Example <img width =750/ >| Description <img width =1000/ > |
@@ -152,3 +151,4 @@ $ yarn
152
151
[ 22 ] : https://cdn-images-1.medium.com/max/800/1*uum8t-31bUaa6dTRVVhj6w.png
153
152
[ 23 ] : https://github.com/sc-forks/solidity-coverage/blob/beta/docs/advanced.md#workflow-hooks
154
153
[ 24 ] : https://github.com/sc-forks/solidity-coverage/blob/beta/docs/advanced.md#skipping-tests
154
+ [ 25 ] : https://github.com/sc-forks/solidity-coverage/issues/417
You can’t perform that action at this time.
0 commit comments