Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0d9f09b

Browse files
committedNov 8, 2018
Fix test coverage configuration
1 parent fdcc120 commit 0d9f09b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎.solcover.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
module.exports = {
22
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',
53
skipFiles: [
64
'contracts/Migrations.sol',
75
'contracts/implementation.sol'

0 commit comments

Comments
 (0)
Please sign in to comment.