Packages

Rebar3 plugin converting .coverdata files to codecov compatible JSON

Current section

Files

Jump to
rebar3_codecov src rebar3_codecov.app.src
Raw

src/rebar3_codecov.app.src

{application,rebar3_codecov,
[{description,"Rebar3 plugin converting .coverdata files to codecov compatible JSON"},
{vsn,"0.3.0"},
{registered,[]},
{applications,[kernel,stdlib,jiffy]},
{env,[]},
{modules,[]},
{maintainers,["ESL"]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/esl/rebar3_codecov"}]}]}.