Skip to content

Commit

Permalink
Added: test coverage with undercover.el
Browse files Browse the repository at this point in the history
  • Loading branch information
sviridov committed Oct 15, 2014
1 parent 12df090 commit 0b1c32f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cask
Expand Up @@ -4,4 +4,5 @@

(development
(depends-on "ecukes")
(depends-on "espuds"))
(depends-on "espuds")
(depends-on "undercover"))
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# expand-region.el [![Build Status](https://secure.travis-ci.org/magnars/expand-region.el.png)](http://travis-ci.org/magnars/expand-region.el)
# expand-region.el [![Build Status](https://secure.travis-ci.org/magnars/expand-region.el.png)](http://travis-ci.org/magnars/expand-region.el) [![Coverage Status](https://img.shields.io/coveralls/magnars/expand-region.el.svg)](https://coveralls.io/r/magnars/expand-region.el)

Expand region increases the selected region by semantic units. Just keep
pressing the key until it selects what you want.
Expand Down
3 changes: 3 additions & 0 deletions features/support/env.el
Expand Up @@ -5,6 +5,9 @@

(add-to-list 'load-path expand-region-root-path)

(require 'undercover)
(undercover "*.el")

(require 'expand-region)
(require 'espuds)
(require 'ert)
Expand Down

0 comments on commit 0b1c32f

Please sign in to comment.