Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return a tuple it's not consider as line to cover
example:
defp my_func( %{} = x) do {:error, "error msg"} # Not consider as line to cover end
The text was updated successfully, but these errors were encountered:
Yes, I see this as well. Also seems to apply to other literal types as well (lists, binaries, and booleans).
Sorry, something went wrong.
Some discussion about this topic at Elixir Forum. I suspect this is an issue at the compiler level.
No branches or pull requests
Return a tuple it's not consider as line to cover
example:
The text was updated successfully, but these errors were encountered: