Get support for jcubic/coverage.el

If you're new to LTH, please see our FAQ for more information on what it is we do.

Qualified Helpers
jcubic
owner From $50 / 30 mins
Get help from jcubic

jcubic/coverage.el

coverage.el

Emacs minor mode for displaying code coverage.

Supporting Languages:

  • jest JavaScript framework (also with TypeScript using ts-jest) require running jest --coverage,
  • phpunit xml file generated using coverage-clover option.

Requirement

Highlight.el by Drew Adams

plus default xml and json packages

Limitations

It only work for git controlled repositories (it take root git directory out of git shell command and use this to get coverage file in coverage directory).

Usage

(require 'coverage)

then run

M-x coverage-mode

Enabling the mode is very slow, if your JavaScript source file is big. To refresh the view after made changes to coverage file you can call M-x jc/mark-buffer.

To change colors

;; if you're using light theme
(face-spec-set 'jc/covered '((t :background "light green")))
(face-spec-set 'jc/not-covered '((t :background "light red")))

License

Copyright (C) 2018-2023 Jakub T. Jankiewicz Released under GPLv3 license

Our Mission

We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.

Interesting Articles

Thank you for checking out LiveTechHelper |
2024 © lth-dev incorporated

p-e622a1a2