rebar.config 95 B

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