Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic authored and edgurgel committed Dec 20, 2024
1 parent d17eba3 commit 4efc618
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ defmodule Tentacat.Mixfile do
elixir: "~> 1.16",
name: "Tentacat",
test_coverage: [tool: ExCoveralls],
preferred_cli_env: [coveralls: :test, "coveralls.detail": :test, "coveralls.post": :test, c: :test],
preferred_cli_env: [
coveralls: :test,
"coveralls.detail": :test,
"coveralls.post": :test,
c: :test
],
package: package(),
deps: deps(),
docs: docs(),
Expand Down

0 comments on commit 4efc618

Please sign in to comment.