Displays code coverage information inside Atom based from information contained in an LCOV formatted file.
Using the current open file as a starting point, it traverses up the tree until the coverage/lcov.info
file is found. As an example, while editing /Users/joe/Projects/xyz/src/client/test.coffee
coverage information could be pulled from either /Users/joe/Projects/xyz/src/coverage/lcov.info
or /Users/joe/Projects/xyz/coverage/lcov.info
. (First match as found.)
It supports LCOV information as generated by tools such as Mocha, Karma, Istanbul, and others.
Some reasons why this package might fit the bill for you -
ctrl-alt-c
coverage/lcov.info
file is automatically locatedlcov.info
file are supportedRun your tests, generate a coverage/lcov.info
file, toggle the coverage plugin and it displays.
The Atom package can be found on the Atom registry, https://atom.io/packages/lcov-info.
Pull requests, issues, feature requests are all welcome and encouraged via https://github.com/jacogr/atom-lcov-info.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.