Skip to content

Commit 8460fe9

Browse files
author
Jason Duncan
committed
Fixed the test setup to allow for coveralls coverage stats again.
1 parent e5abd52 commit 8460fe9

File tree

4 files changed

+8
-16
lines changed

4 files changed

+8
-16
lines changed

.ert-runner

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

test/format-table-test-helper.el

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

test/format-table-test.el

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
;; -*- lexical-binding: t -*-
22

3-
(require 'ert)
4-
(require 'format-table)
5-
(require 'format-table-test-helper)
6-
73
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
84
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;HELPERS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
95
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

test/test-helper.el

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

0 commit comments

Comments
 (0)