michaelchadwick/ember-remember-stuff

View on GitHub
packages/frontend/config/coverage.js

Summary

Maintainability
A
0 mins
Test Coverage
/* eslint-env node */

module.exports = {
  //we need to go up two directories to get to the root of the monorepo
  reporters: [['lcov', { projectRoot: '../..' }], 'html'],
};