• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / supavisor / e5e7ebfe80dbec4965226225050d4ef5c8216e88-PR-605

21 Feb 2025 02:35PM UTC coverage: 45.973% (-0.03%) from 46.003%
e5e7ebfe80dbec4965226225050d4ef5c8216e88-PR-605

Pull #605

github

hauleth
fix: remaining SSL connections that need to set `verify_none` option
Pull Request #605: fix: remaining SSL connections that need to set `verify_none` option

2 of 9 new or added lines in 3 files covered. (22.22%)

267 existing lines in 26 files now uncovered.

959 of 2086 relevant lines covered (45.97%)

635.02 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/lib/supavisor_web/views/error_view.ex
1
defmodule SupavisorWeb.ErrorView do
2
  use SupavisorWeb, :view
3

4
  # If you want to customize a particular status code
5
  # for a certain format, you may uncomment below.
6
  # def render("500.html", _assigns) do
7
  #   "Internal Server Error"
8
  # end
9

10
  # By default, Phoenix returns the status message from
11
  # the template name. For example, "404.html" becomes
12
  # "Not Found".
13
  def template_not_found(template, _assigns) do
UNCOV
14
    Phoenix.Controller.status_message_from_template(template)
2✔
15
  end
16
end
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc