Aim for warningless (and more complete) test coverage on rebar3 and mix (#25)

This commit is contained in:
Paulo F. Oliveira
2021-03-31 18:52:14 +01:00
committed by GitHub
parent 0b481810f8
commit 46b1995d92
4 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{erl_opts, [debug_info]}.
{deps, []}.
{deps, [{verl, "1.0.0"}]}.
{xref_checks, [
deprecated_function_calls,
exports_not_used,
+8
View File
@@ -0,0 +1,8 @@
{"1.2.0",
[{<<"verl">>,{pkg,<<"verl">>,<<"1.0.0">>},0}]}.
[
{pkg_hash,[
{<<"verl">>, <<"8C8738AE6826414D32A28EDF4995F275362E8677E7A3F37D99AC8152B5E041FD">>}]},
{pkg_hash_ext,[
{<<"verl">>, <<"35900D79F4BE7B5A855849B7D00EF4A25844BF3A998EF3E1FDB34B1B601CB108">>}]}
].