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.
2 parents 62ab3e5 + 5adb48f commit 194b336Copy full SHA for 194b336
README.md
@@ -22,10 +22,19 @@ $ npm install --save-dev solidity-coverage
22
```
23
24
### Run
25
+
26
+#### Option 1
27
28
29
$ ./node_modules/.bin/solidity-coverage
30
31
32
+#### Option 2
33
34
+```
35
+$ $(npm bin)/solidity-coverage
36
37
38
Tests run significantly slower while coverage is being generated. Your contracts are double-compiled
39
and a 1 to 2 minute delay between the end of the second compilation and the beginning of test execution
40
is possible if your test suite is large. Large Solidity files can also take a while to instrument.
0 commit comments