5 lines
178 B
JavaScript
Raw Normal View History

2019-08-31 20:51:14 -07:00
module.exports = {
reporters: ['lcov', 'html', 'json'],
excludes: ['*/mirage/**/*', '*/tests/**/*', '*/config/**/*', '*/public/**/*', '*/vendor/**/*', '*/app/actions/**']
};