From ddac6a3d6cf9efb1a1883ffd9f041e22d1ed072c Mon Sep 17 00:00:00 2001 From: Roman Storm Date: Thu, 9 Nov 2017 20:41:25 -0800 Subject: [PATCH] add coverage network to truffle.js --- truffle.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/truffle.js b/truffle.js index c6b6bd4..9321dea 100644 --- a/truffle.js +++ b/truffle.js @@ -6,6 +6,13 @@ module.exports = { host: "localhost", port: 8545, network_id: "*" // Match any network id + }, + coverage: { + host: "localhost", + network_id: "*", + port: 8555, + gas: 0xfffffffffff, + gasPrice: 0x01 } }, mocha: {