Current section
Files
Jump to
Current section
Files
banana_websocket_client
rebar.config
rebar.config
{profiles, [
{test,
[ {deps, [
cowboy,
recon,
proper
] } ]}
]}.
{cover_enabled, true}.
{cover_export_enabled, true}.
{plugins, [rebar3_hex]}.