Skip to content

Commit 0d16a0f

Browse files
committed
chore: exclude compiler macros/methods from coverage
1 parent f0654a6 commit 0d16a0f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/validator/plug.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ defmodule Request.Validator.Plug do
1919
end
2020
end
2121

22+
# coveralls-ignore-start
2223
@doc false
2324
def __on_definition__(
2425
env,
@@ -69,6 +70,8 @@ defmodule Request.Validator.Plug do
6970
end
7071
end
7172

73+
# coveralls-ignore-stop
74+
7275
@doc ~S"""
7376
Init the Request.Validator.Plug with an optional error callback
7477

0 commit comments

Comments
 (0)