Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
sviridov committed Oct 8, 2014
2 parents 4f676d6 + 943dc44 commit 76b5115
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ A test coverage library for [Emacs Lisp](http://www.gnu.org/software/emacs/manua
- Add `undercover.el` to your [Cask](https://github.com/cask/cask) file:

```lisp
(source gnu)
(source melpa)
(package-file "awesome-package.el")
Expand All @@ -31,4 +32,10 @@ A test coverage library for [Emacs Lisp](http://www.gnu.org/software/emacs/manua
(require 'awesome-package)
```

- Add this line unless you are using [ert-runner](https://github.com/rejeep/ert-runner.el):

```lisp
(undercover-report-on-kill)
```

- Add your repository to [Coveralls](https://coveralls.io/).

0 comments on commit 76b5115

Please sign in to comment.