alfert / coverex

Coverage Reports for Elixir
Other
101 stars 26 forks source link

Skip non-Elixir modules #41

Closed reachfh closed 7 years ago

reachfh commented 7 years ago

We have a project which combines Elixir and legacy Erlang code. This patch makes coverex ignore modules that don't start with "Elixir.", so it doesn't try to parse the Erlang source code as Elixir.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.2%) to 35.22% when pulling e7e380d5e1cb5a9c78f4595d73ae582711bfc629 on reachfh:only-elixir-modules into ff1664c8e63f25de9aa8bd87af9b2c03f34bf156 on alfert:master.

alfert commented 7 years ago

Sweet, thanks!