Search code examples
node.jstest-coveragenyc

Istanbul test coverage information


I am using this tool(https://github.com/istanbuljs/nyc) for checking test coverage of my code, and I get output smth like this: enter image description here

So, question is how can I get information just in numbers, without parsing this table? maybe nyc has api for retrieving such information?


Solution

  • The question is answered here.