lcov-info

Coverage highlight & percentage based on information contained in lconv.info found in project path

Jaco Greeff

7,359

22

0.12.0

MIT

GitHub

Atom lcov-info

What

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.)

Coverage with line highlight

It supports LCOV information as generated by tools such as Mocha, Karma, Istanbul, and others.

Why

Some reasons why this package might fit the bill for you -

How

Run your tests, generate a coverage/lcov.info file, toggle the coverage plugin and it displays.

Where

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.

More

Coverage with gutter highlight