Skip to content

Commit

Permalink
dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
coryodaniel committed Nov 27, 2019
1 parent 15820c5 commit 99fb305
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion coveralls.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
],
"coverage_options": {
"treat_no_relevant_lines_as_covered": true,
"minimum_coverage": 85
"minimum_coverage": 88
}
}
2 changes: 2 additions & 0 deletions test/k8s/middleware/registry_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ defmodule K8s.Middleware.RegistryTest do

defmodule BarMiddleware do
@behaviour K8s.Middleware.Request
@impl true
def call(req), do: {:ok, req}
end

defmodule FooMiddleware do
@behaviour K8s.Middleware.Request
@impl true
def call(req), do: {:ok, req}
end

Expand Down

0 comments on commit 99fb305

Please sign in to comment.