Ghost-Admin/config/coverage.js

6 lines
93 B
JavaScript

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