diff options
author | alisdair sullivan <alisdairsullivan@yahoo.ca> | 2016-08-27 13:04:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-27 13:04:05 -0700 |
commit | 00b10530584135888e9a40c186b049f76c226028 (patch) | |
tree | eb5f3a925f2bd4752c2bf5e265ad394a6e644722 /rebar.config.sample | |
parent | 8ee9cc89969afd79bf8687dcdf978f1a09e01d48 (diff) | |
parent | 4b0a07221de5e338cd71d774deff249f0528fa36 (diff) |
Merge pull request #1314 from ferd/cover_excl_mods
Cover excl mods
Diffstat (limited to 'rebar.config.sample')
-rw-r--r-- | rebar.config.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rebar.config.sample b/rebar.config.sample index 54f32b2..be3da71 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -57,6 +57,9 @@ %% is `false' {cover_enabled, false}. +%% Modules to exclude from cover +{cover_excl_mods, []}. + %% Options to pass to cover provider {cover_opts, [verbose]}. |