diff --git a/snowflake/.solcover.js b/snowflake/.solcover.js index fce4e732..e738b5c7 100644 --- a/snowflake/.solcover.js +++ b/snowflake/.solcover.js @@ -1,5 +1,5 @@ module.exports = { - skipFiles: ['_testing/'], + skipFiles: ['_testing/', 'zeppelin/'], compileCommand: 'npm run build', testCommand: 'npm run test-cover', norpc: true,