mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-16 06:18:21 +00:00
coverage tools: ignore errors, display lines-uncovered in elisp mode. Fix Makefile paths.
This commit is contained in:
@ -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"))
|
||||
|
Reference in New Issue
Block a user