Skip to content

Commit

Permalink
Set threshold of mix.test --cover to 80%
Browse files Browse the repository at this point in the history
  • Loading branch information
takasehideki committed Nov 6, 2024
1 parent b45426f commit ec176d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ defmodule Zenohex.MixProject do

defp test_coverage() do
[
ignore_modules: [Zenohex.Nif]
ignore_modules: [Zenohex.Nif],
# WHY: see https://github.com/biyooon-ex/zenohex/issues/77
summary: [threshold: 80]
]
end

Expand Down

0 comments on commit ec176d6

Please sign in to comment.