diff --git a/lib/excoveralls/poster.ex b/lib/excoveralls/poster.ex index f88ba4c3..cc4e9387 100644 --- a/lib/excoveralls/poster.ex +++ b/lib/excoveralls/poster.ex @@ -55,7 +55,7 @@ defmodule ExCoveralls.Poster do {:ok, "Unable to upload the report to '#{endpoint}' due to a timeout. Not failing the build."} {:error, reason} -> - {:error, "Failed to upload the report to '#{endpoint}' (reason: #{reason})."} + {:error, "Failed to upload the report to '#{endpoint}' (reason: #{inspect(reason)})."} end end end