Getting the following warning on localhost:
warning: setting :preferred_cli_env in your mix.exs "def project" is deprecated, set it inside "def cli" instead:
def cli do
[preferred_envs: [c: :test, coveralls: :test, "coveralls.detail": :test, "coveralls.post": :test, "coveralls.html": :test]]
end
(mix 1.19.5) lib/mix/cli.ex:187: Mix.CLI.preferred_cli_env/3
(mix 1.19.5) lib/mix/cli.ex:170: Mix.CLI.maybe_change_env_and_target/2
(mix 1.19.5) lib/mix/cli.ex:59: Mix.CLI.proceed/2
/opt/homebrew/bin/mix:7: (file)
(elixir 1.19.5) src/elixir_compiler.erl:81: :elixir_compiler.dispatch/4
(elixir 1.19.5) src/elixir_compiler.erl:56: :elixir_compiler.compile/4
Getting the following warning on
localhost: