Skip to content

Commit

Permalink
ignore docker engine api in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah committed Nov 3, 2024
1 parent 2abf651 commit b8e05e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ defmodule TestcontainersElixir.MixProject do
summary: [threshold: 60],
ignore_modules: [
TestHelper,
Inspect.Testcontainers.TestUser
Inspect.Testcontainers.TestUser,
DockerEngineAPI
]
],
elixirc_paths: elixirc_paths(Mix.env())
Expand Down

0 comments on commit b8e05e2

Please sign in to comment.