Skip to content

Commit

Permalink
set minimum coverage to 0 in mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
daveminer committed Jul 8, 2024
1 parent 2ca227d commit 68eceaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule Basket.MixProject do
deps: deps(),
compilers: Mix.compilers(),
deps: deps(),
test_coverage: [tool: ExCoveralls],
test_coverage: [tool: ExCoveralls, minimum_coverage: 0],
preferred_cli_env: [
coveralls: :test,
"coveralls.detail": :test,
Expand Down

0 comments on commit 68eceaf

Please sign in to comment.