From 790fdcc17e2517e6b04a9736c185ceb2771a5d84 Mon Sep 17 00:00:00 2001 From: Max Kaye Date: Sun, 20 May 2018 21:30:25 +1000 Subject: [PATCH] add .solcover.js ignoring certian files --- .solcover.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .solcover.js diff --git a/.solcover.js b/.solcover.js new file mode 100644 index 0000000..1f7a917 --- /dev/null +++ b/.solcover.js @@ -0,0 +1,3 @@ +module.exports = { + skipFiles: ['FakeErc20.sol', 'Erc20.sol', 'SVDelegationV0101Aux.sol', 'SVDelegationV0102.sol'] +}