Skip to content

Bogdanp/coverage-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Code coverage highlighting for Emacs

A fork of trezona-lecomte/coverage-mode with Python coverage support.

Screenshot

Usage

To enable code-coverage in the current buffer, use M-x code-coverage RET. Repeat this command to disable.

Configuration

By default, code-coverage looks in your current vc-git-root directory for the .coverage file. You can configure this to whatever filepath you want through the Coverage Dir customization variable.

You can also choose your own faces for covered & uncovered lines through customization variables. These default to green for covered & red for uncovered.

About

Emacs minor mode for Code coverage highlighting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%