Skip to content

Commit

Permalink
Improve cover metric
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgauth committed Jun 15, 2016
1 parent 76223ff commit d375ab3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Binary file modified bin/rebar3
Binary file not shown.
8 changes: 6 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{cover_export_enabled, true}.
{cover_excl_mods, [
statsderl_profile,
statsderl_tests,
statsderl_utils_tests
]}.
{coveralls_coverdata, "_build/test/cover/eunit.coverdata"}.
{coveralls_service_name, "travis-ci"}.

Expand Down Expand Up @@ -47,8 +52,7 @@
{plugins, [
{coveralls,
{git, "https://github.com/markusn/coveralls-erl", {branch, "master"}}}
]},
{src_dirs, ["src", "test"]}
]}
]}
]}.

Expand Down

0 comments on commit d375ab3

Please sign in to comment.