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
+2 -1
View File
@@ -21,7 +21,8 @@ defmodule Test.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:logfmt, "~> 3.3"}
{:logfmt, "~> 3.3"},
{:verl, "~> 1.0"}
# {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
]