From 36ac3baaab553d7e95723159563c59568d7aaa5b Mon Sep 17 00:00:00 2001 From: Andrea Leopardi Date: Wed, 9 Aug 2023 12:48:42 +0200 Subject: [PATCH] Remove erroneous line in ExCoveralls.poster (#318) --- lib/excoveralls/poster.ex | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/excoveralls/poster.ex b/lib/excoveralls/poster.ex index 5b202f24..4e5f3539 100644 --- a/lib/excoveralls/poster.ex +++ b/lib/excoveralls/poster.ex @@ -19,7 +19,6 @@ defmodule ExCoveralls.Poster do defp upload_zipped_json(content, options) do Application.ensure_all_started(:ssl) - Application.ensure_all_started(:httpc) Application.ensure_all_started(:inets) endpoint = options[:endpoint] || "https://coveralls.io"