Packages

Erlang code evaluation and abstract format manipulating functions

Current section

Files

Jump to
code_utils rebar.config
Raw

rebar.config

{deps, []}.
{plugins, [
{rebar3_hex, {git, "https://github.com/tsloughter/rebar3_hex.git"}}
]}.
{profiles, [
{test, [
{plugins, [
coveralls
]}
]}
]}.
{cover_export_enabled, true}.
{coveralls_coverdata, "_build/test/cover/*.coverdata"}.
{coveralls_service_name, "travis-ci"}.