Excluding `json` from `istanbulReporter` has no effect and the `coverage.json` file will still be generated. Other options seem to work fine though. This config file generates the json report for me: ``` module.exports = { istanbulReporter: ['text'] }; ```