karma-coverage
karma-coverage copied to clipboard
Get nyc report to work with generated coverage files?
The comamnd nyc report normally just reads the coverage directory. Karma coverage generates to the coverage directory but in sub directories depending on the browser.
Are there any configurations to get this working with nyc report?