Skip to content
 
 

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

SublimeMochaJSCoverage

Highlights uncovered lines based on a json coverage file.

The file must be named coverage.json and placed at the root directory of the Sublime view.

Commands:

  • Display highlights: Super + Shift + C
  • Remove highlights: Super + Shift + C + X

Using with Mocha

You may need to install the JSCoverage plugin

npm install jscoverage

Run Mocha with the json-cov reporter, i.e.

mocha -R json-cov > coverage.json

Inspired by https://github.com/genbit/SublimeJSCoverage

About

Highlight uncovered lines in the current file based on a previous coverage run.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages