Skip to content

Commit

Permalink
Merge pull request #132 from sviridov/undercover
Browse files Browse the repository at this point in the history
Added: test coverage with undercover.el
  • Loading branch information
mattdeboard committed Oct 27, 2014
2 parents a2db2d4 + 39c99c5 commit d52ccf1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cask
Expand Up @@ -6,4 +6,5 @@
(files "*.el")

(development
(depends-on "undercover")
(depends-on "ert-runner"))
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# Elixir Mode [![Build Status](https://travis-ci.org/elixir-lang/emacs-elixir.svg?branch=master)](https://travis-ci.org/elixir-lang/emacs-elixir)
# Elixir Mode [![Build Status](https://travis-ci.org/elixir-lang/emacs-elixir.svg?branch=master)](https://travis-ci.org/elixir-lang/emacs-elixir) [![Coverage Status](https://img.shields.io/coveralls/elixir-lang/emacs-elixir.svg)](https://coveralls.io/r/elixir-lang/emacs-elixir)

Provides font-locking, indentation and navigation support for the
[Elixir programming language.](http://elixir-lang.org/)
Expand Down
2 changes: 2 additions & 0 deletions test/test-helper.el
@@ -1,5 +1,6 @@

(require 'ert-x)
(require 'undercover)

(message "Running tests on Emacs %s" emacs-version)

Expand All @@ -9,6 +10,7 @@
indent-tabs-mode nil)

;; Load the elixir-mode under test
(undercover "*.el")
(require 'elixir-mode)

;; Helpers
Expand Down

0 comments on commit d52ccf1

Please sign in to comment.