Skip to content

Commit

Permalink
Getting ready for a real release
Browse files Browse the repository at this point in the history
  • Loading branch information
akoutmos committed Apr 15, 2022
1 parent 3fb9e8c commit 84fc5ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ defmodule MjmlEEx.MixProject do
homepage_url: "https://hex.pm/packages/mjml_eex",
description: "A wrapper around https://hex.pm/packages/mjml to easily use MJML with EEx",
start_permanent: Mix.env() == :prod,
test_coverage: [tool: ExCoveralls],
preferred_cli_env: [
coveralls: :test,
"coveralls.detail": :test,
"coveralls.post": :test,
"coveralls.html": :test,
"coveralls.github": :test
],
package: package(),
deps: deps(),
docs: docs(),
Expand Down

0 comments on commit 84fc5ae

Please sign in to comment.