2019-08-31 20:51:14 -07:00

5 lines
178 B
JavaScript

module.exports = {
reporters: ['lcov', 'html', 'json'],
excludes: ['*/mirage/**/*', '*/tests/**/*', '*/config/**/*', '*/public/**/*', '*/vendor/**/*', '*/app/actions/**']
};