您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

8 行
175 B

  1. {cover_enabled, true}.
  2. {eunit_opts, [{report, {eunit_surefire, [{dir, "."}]}}]}.
  3. {erl_opts, [
  4. %% bin_opt_info,
  5. %% warn_missing_spec,
  6. warnings_as_errors,
  7. warn_export_all
  8. ]}.