Commit 8a0d8f7
committed
Use
This resolves a warning on Elixir 1.19:
warning: setting :preferred_cli_env in your mix.exs "def project" is deprecated, set it inside "def cli" instead:
def cli do
[preferred_envs: [coveralls: :test, "coveralls.html": :test, "coveralls.github": :test, docs: :dev]]
endcli/0 in mix.exs instead of :preferred_cli_env
1 parent 83863da commit 8a0d8f7
1 file changed
+11
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 16 | | |
23 | 17 | | |
24 | 18 | | |
| |||
37 | 31 | | |
38 | 32 | | |
39 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
| |||
0 commit comments