Use eunit for tests and add coverage and surefire reporting to rebar.config
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
% -*- mode: erlang -*-
|
||||
{cover_enabled, true}.
|
||||
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.
|
||||
|
||||
Reference in New Issue
Block a user