facebookの作ってるfacebook/jestのカバレッジを見て見ました
$ node_modules/.bin/jest –coverage
Using Jest CLI v0.5.10
PASS __tests__/message-test.js (0.848s)
PASS __tests__/parts-box-test.js (0.896s)
2 tests passed (2 total)
Run time: 2.008s
———-|———-|———-|———-|———-|—————-|
File | % Stmts | % Branch | % Funcs | % Lines |Uncovered Lines |
———-|———-|———-|———-|———-|—————-|
———-|———-|———-|———-|———-|—————-|
All files | 100 | 100 | 100 | 100 | |
———-|———-|———-|———-|———-|—————-|
PASS __tests__/message-test.js (0.848s)
PASS __tests__/parts-box-test.js (0.896s)
2 tests passed (2 total)
Run time: 2.008s
———-|———-|———-|———-|———-|—————-|
File | % Stmts | % Branch | % Funcs | % Lines |Uncovered Lines |
———-|———-|———-|———-|———-|—————-|
———-|———-|———-|———-|———-|—————-|
All files | 100 | 100 | 100 | 100 | |
———-|———-|———-|———-|———-|—————-|
こんな感じで取れるようです