Show code coverage data in Atom's Linter/Diagnostics pane 👀
apm install linter-coverage
...or via the Atom's GUI.
Note that generating the code coverage data is not part of this package. This package merely looks for a coverage/lcov.info file in your project directory and parses it to feed the coverage results to the Linter/Diagnostics pane. For generating JavaScript code coverage, have a look at nyc.
See the LICENSE file for more information.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.