Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix readme
  • Loading branch information
cgewecke committed Apr 5, 2024
commit 91ca39c70f3ad82dce50a2e2876d5a3edfee74f9
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ $ TS_NODE_TRANSPILE_ONLY=true npx hardhat coverage
```

**Weird test failures or plugin conflicts?**
``sh
```sh
# Setting the SOLIDITY_COVERAGE env variable tells the coverage plugin to configure the provider
# early in the hardhat `task` cycle, minimizing conflicts with other plugins or `extendEnvironment` hooks
$ SOLIDITY_COVERAGE=true npx hardhat coverage
``
```

**Additional Help**
+ [FAQ][1007]
Expand Down