To install this package, run in Emacs:
M-x package-install RET testcover-mark-line RET
Testcover is a visual code-coverage tool, that marks the form not completed tested. It only highlights the last character of a form, which sometimes don't attract attention and is hard to see, especially when your code is heavy highlighted. This package highlights the whole line, which can easily get your attention.
Enable with M-x testcover-mark-line-mode
, and you're done.
testcover-mark-line
isn't available on any ELPA right now. So, you
have to follow one of the following methods:
(quelpa '(testcover-mark-line :fetcher git :url "https://codeberg.org/akib/emacs-testcover-mark-line.git"))
(straight-use-package '(testcover-mark-line :type git :repo "https://codeberg.org/akib/emacs-testcover-mark-line.git"))
Download the testcover-mark-line.el
file and put it in your
load-path
.
testcover-mark-line-0.2.tar.lz | 2022-Nov-28 | 13.3 KiB |
testcover-mark-line-0.1.tar.lz | 2022-Nov-27 | 13.2 KiB |