Skip to content

Commit

Permalink
Remove erroneous line in ExCoveralls.poster
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Aug 9, 2023
1 parent 68297d0 commit 9a59273
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/excoveralls/poster.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9a59273

Please sign in to comment.