compile cover stats when running test suite

This commit is contained in:
alisdair sullivan 2011-07-27 02:00:35 -07:00
parent 51d27bb3b5
commit 30bc535e93

View file

@ -21,3 +21,4 @@
debug_info]}.
{dialyzer_opts, [{warnings, [unmatched_returns, error_handling, race_conditions, behaviours]}]}.
{xref_checks, [undefined_function_calls]}.
{cover_enabled, true}.