Skip to content

Commit

Permalink
Merge pull request esl#25 from dcorbacho/jenkins_ci
Browse files Browse the repository at this point in the history
Add eunit surefire and coverage reports
  • Loading branch information
dcorbacho committed Jan 15, 2013
2 parents 9bd6354 + b38fdc2 commit 4e4bd78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{erl_opts, [debug_info]}.
{cover_enabled, true}.
{eunit_opts, [verbose]}.
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.
{cover_enabled, true}.
{cover_export_enabled, true}.

0 comments on commit 4e4bd78

Please sign in to comment.