diff --git a/lib/excoveralls/cover.ex b/lib/excoveralls/cover.ex index 6541309a..ccb43a4f 100644 --- a/lib/excoveralls/cover.ex +++ b/lib/excoveralls/cover.ex @@ -39,7 +39,7 @@ defmodule ExCoveralls.Cover do end end rescue - _e in UndefinedFunctionError -> + _e -> log_missing_source(module) false end