From ce0b43b224f00695b742a04c3d9788b329ed018b Mon Sep 17 00:00:00 2001 From: Roman Storm Date: Thu, 9 Nov 2017 20:47:23 -0800 Subject: [PATCH] fix solcoverage --- .solcover.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.solcover.js b/.solcover.js index fadcdd7..c924ba7 100644 --- a/.solcover.js +++ b/.solcover.js @@ -1,5 +1,6 @@ module.exports = { norpc: true, testCommand: 'node --max-old-space-size=4096 ../node_modules/.bin/truffle test --network coverage', - skipFiles: ['Migrations.sol'] + skipFiles: ['Migrations.sol'], + copyNodeModules: true } \ No newline at end of file