Skip to content

Commit

Permalink
Merge pull request #583 from Wilfred/coverage
Browse files Browse the repository at this point in the history
Add code coverage
  • Loading branch information
Fuco1 committed Feb 25, 2016
2 parents d5e1f87 + cb94871 commit 18fefac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cask
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
(development
(depends-on "f")
(depends-on "ert-runner")
(depends-on "undercover")
(depends-on "shut-up")
(depends-on "ruby-mode")
(depends-on "racket-mode")
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![MELPA](http://melpa.org/packages/smartparens-badge.svg)](http://melpa.org/#/smartparens)
[![MELPA Stable](http://stable.melpa.org/packages/smartparens-badge.svg)](http://stable.melpa.org/#/smartparens)
[![Build Status](https://travis-ci.org/Fuco1/smartparens.png?branch=master)](https://travis-ci.org/Fuco1/smartparens)
[![Coverage Status](https://coveralls.io/repos/github/Fuco1/smartparens/badge.svg)](https://coveralls.io/github/Fuco1/smartparens)
[![Paypal logo](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CEYP5YVHDRX8C)

<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-generate-toc again -->
Expand Down
4 changes: 4 additions & 0 deletions test/test-helper.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

;;; Code:

(when (require 'undercover nil t)
(message "loaded undercover!")
(undercover "smartparens*.el"))

(require 'ert)
(require 'dash)
(require 'f)
Expand Down

0 comments on commit 18fefac

Please sign in to comment.