Skip to content

Commit

Permalink
Merge pull request #25 from esl/fix-coverage-stats
Browse files Browse the repository at this point in the history
re-enabled cover in tests
  • Loading branch information
kzemek committed Apr 18, 2017
2 parents 4d2472a + 9149b15 commit a90889b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rebar.test.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
{post_hooks,
[{"(linux|darwin|solaris)", clean, "make -C c_src clean"},
{"(freebsd)", clean, "gmake -C c_src clean"}]}.

{cover_enabled, true}.
{cover_print_enabled, true}.
{cover_export_enabled, true}.

{deps,
[{proper, ".*", {git, "git://github.com/manopapad/proper.git", {tag, "v1.2"}}}]}.
[{proper, ".*", {git, "git://github.com/manopapad/proper.git", {tag, "v1.2"}}},
{ecoveralls, ".*", {git, "https://github.com/nifoc/ecoveralls.git"}}]}.

0 comments on commit a90889b

Please sign in to comment.