rebar.config 117 B

1234567
  1. {cover_enabled, true}.
  2. {erl_opts, [
  3. %% bin_opt_info,
  4. %% warn_missing_spec,
  5. warnings_as_errors,
  6. warn_export_all
  7. ]}.