Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

code coverage vim plugin

NotificationsYou must be signed in to change notification settings

ruanyl/coverage.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Forcoc.nvim users, please take a look atcoc-coverage

Greatly inspired byvim-gitgutter

A vim plugin which shows code coverage likewallabyjs. Supports istanbuljson reporter format:

requires vim8 or neovim

coverage

Install

Plug 'ruanyl/coverage.vim'

How it works

This plugin uses vim8 new featuretimer_start() to read the<coverage-*>.json in an interval. Whenver the file changed, it will update the signs of current buffer.

The plugin awares of signs from other plugins, for example:syntastic,ale ... But it will overwrite the signs ofgitgutter.

Config

" Specify the path to `coverage.json` file relative to your current working directory.letg:coverage_json_report_path='coverage/coverage.json'" Define the symbol display for covered linesletg:coverage_sign_covered='⦿'" Define the interval time of updating the coverage linesletg:coverage_interval=5000" Do not display signs on covered linesletg:coverage_show_covered=0" Display signs on uncovered linesletg:coverage_show_uncovered=1

If you found the project helpful, please give it a star :)

MIT License

About

code coverage vim plugin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp