Skip to content

Commit

Permalink
Merge pull request #59 from areina/try-undercover
Browse files Browse the repository at this point in the history
Try undercover for test coverage.
  • Loading branch information
areina committed Oct 24, 2014
2 parents 0df475f + 0ea6642 commit 39a81ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cask
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@

(development
(depends-on "f")
(depends-on "undercover")
(depends-on "ert-runner"))
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Helm Dash [![Build Status](https://api.travis-ci.org/areina/helm-dash.png?branch=master)](http://travis-ci.org/areina/helm-dash)
# Helm Dash [![Build Status](https://api.travis-ci.org/areina/helm-dash.png?branch=master)](http://travis-ci.org/areina/helm-dash) [![Coverage Status](https://img.shields.io/coveralls/areina/helm-dash.svg)](https://coveralls.io/r/areina/helm-dash?branch=master)

## What's it

Expand Down
2 changes: 2 additions & 0 deletions test/test-helper.el
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(require 'undercover)
(require 'f)

(defvar helm-dash-test-path
Expand All @@ -12,4 +13,5 @@
string)
t))

(undercover "*.el" "helm-dash/*.el" (:exclude "*-test.el"))
(require 'helm-dash (f-expand "helm-dash.el" helm-dash-code-path))

0 comments on commit 39a81ad

Please sign in to comment.