coverage tools: ignore errors, display lines-uncovered in elisp mode. Fix Makefile paths.

This commit is contained in:
Brian Warner
2010-08-04 00:11:31 -07:00
parent 8cd44b1baa
commit 818089644a
3 changed files with 10 additions and 6 deletions

View File

@ -84,7 +84,8 @@
'face '(:box "red")
)
)
(message "Added annotations")
(message (format "Added annotations: %d uncovered lines"
(safe-length uncovered-code-lines)))
)
)
(message "unable to find coverage for this file"))