Skip to content

Commit 4f7c2f6

Browse files
committed
Add solcover configuration
1 parent 132c229 commit 4f7c2f6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.solcover.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module.exports = {
2+
norpc: true,
3+
testCommand: 'node --max-old-space-size=4096 ../node_modules/.bin/truffle test --network coverage',
4+
compileCommand: 'node --max-old-space-size=4096 ../node_modules/.bin/truffle compile --network coverage',
5+
skipFiles: [
6+
'contracts/Migrations.sol',
7+
'contracts/implementation.sol'
8+
]
9+
}

0 commit comments

Comments
 (0)