mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-29 03:00:49 +00:00
Aim for warningless (and more complete) test coverage on rebar3 and mix (#25)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{erl_opts, [debug_info]}.
|
||||
{deps, []}.
|
||||
{deps, [{verl, "1.0.0"}]}.
|
||||
{xref_checks, [
|
||||
deprecated_function_calls,
|
||||
exports_not_used,
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{"1.2.0",
|
||||
[{<<"verl">>,{pkg,<<"verl">>,<<"1.0.0">>},0}]}.
|
||||
[
|
||||
{pkg_hash,[
|
||||
{<<"verl">>, <<"8C8738AE6826414D32A28EDF4995F275362E8677E7A3F37D99AC8152B5E041FD">>}]},
|
||||
{pkg_hash_ext,[
|
||||
{<<"verl">>, <<"35900D79F4BE7B5A855849B7D00EF4A25844BF3A998EF3E1FDB34B1B601CB108">>}]}
|
||||
].
|
||||
Reference in New Issue
Block a user