mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-22 08:59:39 +00:00
5 lines
178 B
JavaScript
5 lines
178 B
JavaScript
module.exports = {
|
|
reporters: ['lcov', 'html', 'json'],
|
|
excludes: ['*/mirage/**/*', '*/tests/**/*', '*/config/**/*', '*/public/**/*', '*/vendor/**/*', '*/app/actions/**']
|
|
};
|