git.fiddlerwoaroof.com
Browse code

Exclude the error file

Fernando Borretti authored on 29/03/2015 13:33:54
Showing 1 changed files
... ...
@@ -21,7 +21,7 @@ script:
21 21
                  (lambda (c h)
22 22
                    (declare (ignore c h))
23 23
                    (uiop:quit -1)))'
24
-       -e '(coveralls:with-coveralls (:exclude (list "t"))
24
+       -e '(coveralls:with-coveralls (:exclude (list "t" "src/error.lisp"))
25 25
              (ql:quickload :cl-yaml-test))'
26 26
 
27 27
 notifications: