Current section
Files
Jump to
Current section
Files
websocket_client
rebar.config
rebar.config
{profiles, [
{test,
[ {deps, [
{cowboy, "1.1.2"}, recon,
{ proper, {git, "https://github.com/manopapad/proper.git", {tag, "v1.2"}} }
] } ]}
]}.
{plugins, [{coveralls, {git, "https://github.com/markusn/coveralls-erl", {ref, "57a190502cd2606d2b5cc142bd5cec1ec7c497b2"}}}]}.
{cover_enabled, true}.
{cover_export_enabled, true}.
{coveralls_coverdata, "_build/test/cover/ct.coverdata"}.
{coveralls_service_name, "travis-ci"}.