Skip to content

Commit

Permalink
FIXUP
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Jun 17, 2024
1 parent 55da070 commit ab03b99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defmodule Gettext.Mixfile do
elixir: "~> 1.12",
build_embedded: Mix.env() == :prod,
deps: deps(),
preferred_cli_env: ["coveralls.html": :test, "coveralls.github": :test],
preferred_cli_env: [coveralls: :test, "coveralls.html": :test, "coveralls.github": :test],
test_coverage: [tool: ExCoveralls],

# Hex
Expand Down Expand Up @@ -53,8 +53,9 @@ defmodule Gettext.Mixfile do

# Dev and test dependencies
{:castore, "~> 1.0", only: :test},
{:jason, "~> 1.0", only: :test},
{:ex_doc, "~> 0.19", only: :dev},
{:excoveralls, "~> 0.18", only: :test}
{:excoveralls, "~> 0.18.0", only: :test}
]
end
end

0 comments on commit ab03b99

Please sign in to comment.