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
readme.....
  • Loading branch information
cgewecke committed Apr 5, 2024
commit fb2eb0c36a777a6e1a8d8740cf5b345de25158bf
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ $ TS_NODE_TRANSPILE_ONLY=true npx hardhat coverage

**Weird test failures or plugin conflicts?**

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
```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
```

Expand Down