Skip to content

Commit

Permalink
Merge pull request #200 from sergey-ivlev/nil_source
Browse files Browse the repository at this point in the history
remove UndefinedFunctionError requirement for logging missing source error
  • Loading branch information
parroty authored Oct 19, 2019
2 parents 4722547 + 357f305 commit 2186a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/excoveralls/cover.ex
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ defmodule ExCoveralls.Cover do
end
end
rescue
_e in UndefinedFunctionError ->
_e ->
log_missing_source(module)
false
end
Expand Down

0 comments on commit 2186a01

Please sign in to comment.