Skip to content

Coverage Markers is Atom package which displays JavaScript code coverage in gutter of editor.

License

Notifications You must be signed in to change notification settings

preynal/coverage-markers

 
 

Repository files navigation

Coverage Markers

CircleCI apm apm Join the chat at https://gitter.im/coverage-markers/Lobby

Coverage Markers is Atom package which displays JavaScript test coverage in gutter of editor.

Features

  • Mark covered line numbers in green, uncovered line numbers in red
  • Search for lcov file on project directory
  • Monitor lcov file and reflect the latest test coverage in the editor
  • Support for test coverage measurement tool such as istanbul and nyc

Installation

$ apm install coverage-markers

Usage

This package monitors lcov file (coverage/lcov.info) and reflects the coverage in the editor every time the file is changed. The green marker covers the test, the red one does not cover the test.

You can select the coverage-markers:toggle command from the atom command palette and use it, or use the application menu Packages > Coverage Markers > Toggle Coverage.

Note: You need to rebuild the package before using it, since this package uses a native module.

$ apm rebuild

or rebuild package from Incompatible Packages in the editor.

License

MIT

About

Coverage Markers is Atom package which displays JavaScript code coverage in gutter of editor.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.8%
  • Shell 26.6%
  • CSS 3.6%