Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Dreamscapes/linter-coverage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.