Skip to content

Commit

Permalink
lower cover threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah committed Nov 4, 2024
1 parent 2fd319a commit c346993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/wait_strategy/log_wait_strategy.ex
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ defmodule Testcontainers.LogWaitStrategy do
true ->
:ok

false ->
_ ->
log_retry_message(container_id, wait_strategy.log_regex, wait_strategy.retry_delay)
:timer.sleep(wait_strategy.retry_delay)
wait_for_log_message(wait_strategy, container_id, conn, start_time)
Expand Down
5 changes: 2 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ defmodule TestcontainersElixir.MixProject do
licenses: ["MIT"]
],
test_coverage: [
summary: [threshold: 60],
summary: [threshold: 50],
ignore_modules: [
TestHelper,
Inspect.Testcontainers.TestUser,
~r/DockerEngineAPI/
Inspect.Testcontainers.TestUser
]
],
elixirc_paths: elixirc_paths(Mix.env())
Expand Down

0 comments on commit c346993

Please sign in to comment.