testcover-mark-line
- Description
- Mark whole line with Testcover
- Latest
- testcover-mark-line-0.3.tar (.sig), 2024-Mar-31, 50.0 KiB
- Maintainer
- Akib Azmain Turja <akib@disroot.org>
- Atom feed
- testcover-mark-line.xml
- Website
- https://codeberg.org/akib/emacs-testcover-mark-line
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install
or list-packages
.
Full description
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.
1. Installation
testcover-mark-line
isn't available on any ELPA right now. So, you
have to follow one of the following methods:
1.1. Quelpa
(quelpa '(testcover-mark-line :fetcher git :url "https://codeberg.org/akib/emacs-testcover-mark-line.git"))
1.2. Straight.el
(straight-use-package '(testcover-mark-line :type git :repo "https://codeberg.org/akib/emacs-testcover-mark-line.git"))
2. Usa
2.1. Manual
Download the testcover-mark-line.el
file and put it in your
load-path
.
Old versions
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 |