We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Excluding json from istanbulReporter has no effect and the coverage.json file will still be generated. Other options seem to work fine though.
json
istanbulReporter
coverage.json
This config file generates the json report for me:
module.exports = { istanbulReporter: ['text'] };