Skip to content

Commit d3a5b37

Browse files
authored
Small API docs edits
1 parent ca695f0 commit d3a5b37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ Creates a coverage API instance. Configurable.
6161

6262
| Option <img width=200/>| Type <img width=200/> | Default <img width=1300/> | Description <img width=800/> |
6363
| ------ | ---- | ------- | ----------- |
64-
| port | *Number* | 8555 | Port to launch client on |
6564
| silent | *Boolean* | false | Suppress logging output |
6665
| skipFiles | *Array* | `[]` | Array of contracts or folders (with paths expressed relative to the `contracts` directory) that should be skipped when doing instrumentation. |
6766
| istanbulFolder | *String* | `./coverage` | Folder location for Istanbul coverage reports. |
@@ -113,6 +112,9 @@ const { resolveConfig } = require("hardhat/internal/core/config/config-resolutio
113112
const { HARDHAT_NETWORK_NAME } = require("hardhat/plugins")
114113

115114
const api = new CoverageAPI( { ... } );
115+
116+
// Execute instrument and compiilation steps and then...
117+
116118
const config = resolveConfig("./", {});
117119

118120
config.networks[HARDHAT_NETWORK_NAME].allowUnlimitedContractSize = true;

0 commit comments

Comments
 (0)