We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132c229 commit 4f7c2f6Copy full SHA for 4f7c2f6
.solcover.js
@@ -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