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

pulibrary / tigerdata-app / 8aec265e-1505-4a27-92eb-da97aebd5d51

01 Dec 2025 07:26PM UTC coverage: 91.374%. Remained the same
8aec265e-1505-4a27-92eb-da97aebd5d51

Pull #2256

circleci

web-flow
Merge branch 'main' into 2255-Quota_display
Pull Request #2256: Fixed quota display bug on dashboard

2913 of 3188 relevant lines covered (91.37%)

565.22 hits per line

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

100.0
/app/controllers/welcome_controller.rb
1
# frozen_string_literal: true
2
class WelcomeController < ApplicationController
2✔
3
  skip_before_action :authenticate_user!
2✔
4
  skip_before_action :downtime_check
2✔
5
  skip_before_action :verify_authenticity_token
2✔
6

7
  def index
2✔
8
    if current_user.blank?
32✔
9
      render layout: "welcome"
12✔
10
    elsif Flipflop.disable_login?
20✔
11
      downtime_check(with_redirect: false)
2✔
12
      redirect_to dashboard_path if current_user&.eligible_sysadmin?
2✔
13
    else
14
      redirect_to dashboard_path
18✔
15
    end
16
  end
17

18
  def help; end
2✔
19
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