How to generate nyc report from json results (no .nyc_output)?
问题 I've inherited a JS code base with Jasmine unit tests. The testing framework uses karma and instanbul-combine to get code coverage. It seems istanbul-combine isn't working with present node modules, and besides is no longer maintained: the recommended replacement is nyc . I'm having trouble replacing istanbul-combine with nyc in the Makefile . I succeeded in merging my separate coverage results (json) files into a single coverage-final.json file (this SO question), but now I need to generate