Skip to content

Commit 152d875

Browse files
authored
Add openzeppelin/test-environment usage instructions
1 parent f4e397d commit 152d875

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ npx buidler coverage --network coverage [command-options]
6262
+ Simple: [buidler-metacoin][32]
6363
+ More complex: [MolochDao/moloch][33]
6464

65+
### @openzeppelin/test-environment
66+
67+
OpenZeppelin have written their own coverage generation scripts for `test-environment` using the solidity-coverage API.
68+
A working example can be found at [openzeppelin-contracts, here.][35]
6569

6670
## Usage notes:
6771
+ Coverage runs tests a little more slowly.
@@ -207,4 +211,5 @@ $ yarn
207211
[32]: https://github.com/sc-forks/buidler-e2e/tree/coverage
208212
[33]: https://github.com/sc-forks/moloch
209213
[34]: https://github.com/sc-forks/solidity-coverage/blob/master/docs/advanced.md#reducing-the-instrumentation-footprint
214+
[35]: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/scripts/coverage.js
210215

0 commit comments

Comments
 (0)