branch: scratch/el-mock
commit a303e198a777ea2c1552a25c3bb553ac6bb5c31c
Author: AdrieanKhisbe <adriean.khi...@live.fr>
Commit: AdrieanKhisbe <adriean.khi...@live.fr>

    Setup coverage
---
 test/test-helper.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/test-helper.el b/test/test-helper.el
index c409abd212..36c2890e77 100644
--- a/test/test-helper.el
+++ b/test/test-helper.el
@@ -1,4 +1,7 @@
 (require 'f)
 (require 'ert-expectations)
 
+(require 'undercover)
+(undercover "*.el" "el-mock/*.el"
+           (:exclude "*-test.el"))
 (require 'el-mock (f-expand "el-mock.el" (f-parent (f-parent (f-this-file)))))

Reply via email to