You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set [ganache options](https://github.com/trufflesuite/ganache-core#options) via
28
28
the `providerOptions` key in your `.solcover.js` config file.
29
29
30
-
### Truffle >= V5: setup and run
30
+
### Truffle V5
31
31
32
32
Add "solidity-coverage" to your plugins array in `truffle-config.js`
33
33
```javascript
@@ -49,7 +49,7 @@ truffle run coverage [options]
49
49
| --solcoverjs | --solcoverjs ./../.solcover.js | Relative path from working directory to config. Useful for monorepo packages that share settings. (Path must be "./" prefixed) |
0 commit comments