• 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/user_view.ex
1
defmodule SupavisorWeb.UserView do
2
  use SupavisorWeb, :view
3

4
  def render("user.json", %{user: user}) do
UNCOV
5
    %{
4✔
UNCOV
6
      db_user_alias: user.db_user_alias,
4✔
UNCOV
7
      db_user: user.db_user,
4✔
UNCOV
8
      pool_size: user.pool_size,
4✔
UNCOV
9
      is_manager: user.is_manager,
4✔
UNCOV
10
      mode_type: user.mode_type,
4✔
UNCOV
11
      pool_checkout_timeout: user.pool_checkout_timeout,
4✔
UNCOV
12
      max_clients: user.max_clients
4✔
13
    }
14
  end
15
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