/vim-istanbul

show coverage information generated by Istanbul

Primary LanguageVimL

vim-istanbul

Show functions and statements not covered. Get information from coverage.json file, generated by Istanbul

istanbul report

Showing covered/uncovered lines

ss

Requirements

  • Vim 7.3+
  • Python support for Vim
  • Python 2.6+

Install

If you use pathogen, clone this repo to bundle directory

cd ~/.vim/bundle && \
git clone git://github.com/juanpabloaj/vim-istanbul.git

Usage

Show functions and statements not covered

:IstanbulShow

Hide sign

:IstanbulHide

Inspired by coverage.py