Skip to content

Commit

Permalink
tests: set test coverage threshold to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
evnu authored and alfert committed Nov 28, 2023
1 parent 210f4d5 commit 0ba9b86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ defmodule PropCheck.Mixfile do
elixirc_paths: elixirc_paths(Mix.env()),
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
test_coverage: [threshold: 0.58],
package: package(),
name: "PropCheck",
homepage_url: @source_url,
Expand Down

0 comments on commit 0ba9b86

Please sign in to comment.