Skip to content

Commit ef0a1a1

Browse files
author
Jason Duncan
committed
Attempting to get undercover/coveralls to work.
1 parent 6a72dd5 commit ef0a1a1

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

.ert-runner

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-L .
2+
-L test/

Cask

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
(development
66
(depends-on "dash")
77
(depends-on "ert")
8-
(depends-on "ert-runner"))
8+
(depends-on "ert-runner")
9+
(depends-on "undercover"))

test/format-table-test-helper.el

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
;;; format-table-test-helper.el --- Helpers for format-table-test.el -*- lexical-binding: t; -*-
2+
3+
(when (require 'undercover nil t)
4+
(undercover "*.el"
5+
(:exclude "*-tests.el")))
6+
7+
(require 'format-table)
8+
9+
(provide 'format-table-test-helper)
10+
;;; test-helper.el ends here

test/format-table-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;; -*- lexical-binding: t -*-
22

33
(require 'ert)
4-
(require 'format-table)
4+
(require 'format-table-test-helper)
55

66
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
77
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;HELPERS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

test/test-helper.el

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)