Skip to content

Commit 1c76994

Browse files
fix(mix): add "coveralls.github" to preferred_cli_env to avoid missing task error in CI runs
#4701
1 parent d04be0f commit 1c76994

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ defmodule TeslaMate.MixProject do
1919
"coveralls.detail": :test,
2020
"coveralls.post": :test,
2121
"coveralls.html": :test,
22+
"coveralls.github": :test,
2223
ci: :test
2324
]
2425
]
@@ -40,7 +41,7 @@ defmodule TeslaMate.MixProject do
4041
{:ecto_sql, "~> 3.0"},
4142
{:ex_cldr, "~> 2.42.0"},
4243
{:ex_cldr_plugs, "~> 1.0"},
43-
{:excoveralls, "~> 0.10", only: :test},
44+
{:excoveralls, "~> 0.18.5", only: :test},
4445
{:finch, "~> 0.3"},
4546
{:floki, "~> 0.23"},
4647
{:fuse, "~> 2.4"},

0 commit comments

Comments
 (0)