Ghost/ghost/admin/config/coverage.js

6 lines
101 B
JavaScript
Raw Normal View History

/* eslint-env node */
module.exports = {
parallel: true,
reporters: ['cobertura', 'html']
};