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
| testfiles |`--testfiles "test/registry/*.ts"`| Test file(s) to run. (Globs must be enclosed by quotes and use [globby matching patterns][38])|
47
+
| sources |`--sources myFolder` or `--sources myFile.sol`| Path to *single* folder or file to target for coverage. Path is relative to Hardhat's `paths.sources` (usually `contracts/`) |
47
48
| solcoverjs |`--solcoverjs ./../.solcover.js`| Relative path from working directory to config. Useful for monorepo packages that share settings. (Path must be "./" prefixed) |
48
49
| network |`--network development`| Use network settings defined in the Hardhat config |
49
50
| temp[<sup>*</sup>][14]|`--temp build`|:warning:**Caution**:warning: Path to a *disposable* folder to store compilation artifacts in. Useful when your test setup scripts include hard-coded paths to a build directory. [More...][14]|
0 commit comments