Skip to content

Commit

Permalink
Merge pull request #175 from lafirest/master
Browse files Browse the repository at this point in the history
remove cover plugins, it will cause compile error in otp 23
  • Loading branch information
elbrujohalcon authored Nov 17, 2020
2 parents 20a3242 + 57d77e2 commit cd362e4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,6 @@

{alias, [{test, [dialyzer, ct, cover]}]}.

{plugins, [ coveralls
, {rebar3_codecov, "0.1.0"}
]}.

{cover_enabled , true}.
{cover_export_enabled , true}.

{provider_hooks, [{post, [{ct, {codecov, analyze}}]}]}.

{cover_opts, [verbose]}.

{ct_extra_params,"-no_auto_compile -dir ebin -logdir log/ct --erl_args -smp enable -boot start_sasl"}.

{edoc_opts, [ {report_missing_types, true}
Expand Down

0 comments on commit cd362e4

Please sign in to comment.