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/coverage.el
coverage.el
Emacs minor mode for displaying code coverage.
Supporting Languages:
-
jest
JavaScript framework (also with TypeScript usingts-jest
) require runningjest --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.
From the Blog
Interesting Articles
-
Generating income from open source
Jun 23 • 8 min read
-
2023 State of OSS
Apr 23 • 45 min read ★
-
A funding experiment...
Aug 19 • 10 min read
-
But You Said I could
Aug 19 • 2 min read
Thank you for checking out LiveTechHelper |
2024 © lth-dev incorporated
p-e622a1a2