Show code coverage data in Atom's Linter/Diagnostics pane 👀
apm install linter-coverage
...or via the Atom's GUI.
- Install atom-ide-ui or Linter
- Install this package
- Generate LCOV code coverage report
- Profit 🦄
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.