We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a506d commit d836583Copy full SHA for d836583
1 file changed
mix.exs
@@ -28,14 +28,7 @@ defmodule PolymorphicEmbed.MixProject do
28
],
29
30
# ExCoveralls
31
- test_coverage: [tool: ExCoveralls],
32
- preferred_cli_env: [
33
- coveralls: :test,
34
- "coveralls.detail": :test,
35
- "coveralls.post": :test,
36
- "coveralls.html": :test,
37
- "coveralls.github": :test
38
- ]
+ test_coverage: [tool: ExCoveralls]
39
]
40
end
41
@@ -45,6 +38,18 @@ defmodule PolymorphicEmbed.MixProject do
45
46
47
+ def cli do
42
+ [
43
+ preferred_envs: [
44
+ coveralls: :test,
+ "coveralls.detail": :test,
+ "coveralls.post": :test,
+ "coveralls.html": :test,
48
+ "coveralls.github": :test
49
+ ]
50
51
+ end
52
+
53
defp deps do
54
[
55
{:ecto, "~> 3.12"},
0 commit comments