From d6c2e47bbd099f380c8fd4790d6d7be17d3532e5 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 12 Mar 2018 03:33:24 +0100 Subject: Make env variables parsing more strict and add docs --- packages/dev-utils/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/dev-utils/README.md') diff --git a/packages/dev-utils/README.md b/packages/dev-utils/README.md index 59db0abbe..0c4175e35 100644 --- a/packages/dev-utils/README.md +++ b/packages/dev-utils/README.md @@ -11,6 +11,8 @@ VERBOSE_GANACHE: boolean. Enables verbose Ganache logging. Every request/respons SOLIDITY_COVERAGE: boolean. If set - adds coverage subprovider which intercepts all calls/transactions and can be later used to compute code coverage. ``` +Boolean env variables should be either `true` or `false`. Defaults to `false` if not set. + ## Install ```bash -- cgit