0.1.0 • Published 6 years ago

linter-coverage v0.1.0

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
6 years ago

Atom Linter - Coverage

Show code coverage data in Atom's Linter/Diagnostics pane 👀

Linter - Coverage

Installation

apm install linter-coverage

...or via the Atom's GUI.

Usage

  1. Install atom-ide-ui or Linter
  2. Install this package
  3. Generate LCOV code coverage report
  4. 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.

License

See the LICENSE file for more information.

0.1.0

6 years ago