Skip to content

Commit

Permalink
Merge pull request #72 from jcs-PR/doc/eask
Browse files Browse the repository at this point in the history
docs(README.md): Mention Eask in local reports
  • Loading branch information
CyberShadow authored Mar 27, 2024
2 parents 49bee62 + c7c5b0c commit e7e280b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A test coverage library for [Emacs Lisp](http://www.gnu.org/software/emacs/manua

A few important notes about `undercover.el`:

- it assumes a certain development cycle of your package (using either [Cask](https://github.com/cask/cask) or [Eldev](https://github.com/doublep/eldev));
- it assumes a certain development cycle of your package (using either [Cask](https://github.com/cask/cask), [Eask](https://github.com/emacs-eask/cli) or [Eldev](https://github.com/doublep/eldev));
- it doesn't support test coverage for byte-compiled files;
- it is based on `edebug` and can have some issues with macro coverage;
- it doesn't support [Circular Objects](http://www.gnu.org/software/emacs/manual/html_node/elisp/Circular-Objects.html).
Expand Down Expand Up @@ -317,7 +317,7 @@ it should be usable with `undercover` as follows:

### Local reports

#### Cask / Emacs Lisp
#### Cask / Eask / Emacs Lisp

- Set the `report-file` option to change the report file location:

Expand Down

0 comments on commit e7e280b

Please sign in to comment.