Ember CLI supports a custom path for app's configuration via `configPath` variable in `package.json`. `Project` model has [`configPath`](https://github.com/ember-cli/ember-cli/blob/2bce175ce188ae0f47a55fa23d6affe2d768ddfb/lib/models/project.js#L177) method to aid. I think it could be as easy as replacing `config` to `configPath` function call over [here](https://github.com/kategengler/ember-cli-code-coverage/blob/8257142489a7e5ac0847db3787205971370442c3/lib/config.js#L22).
Ember CLI supports a custom path for app's configuration via
configPathvariable inpackage.json.Projectmodel hasconfigPathmethod to aid.I think it could be as easy as replacing
configtoconfigPathfunction call over here.