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

pulibrary / tigerdata-app / 8c398bb9-338a-4e12-bef3-a01866f641e4

10 Nov 2025 08:58PM UTC coverage: 91.243% (+2.3%) from 88.974%
8c398bb9-338a-4e12-bef3-a01866f641e4

Pull #2177

circleci

web-flow
Merge branch 'main' into 2155-access-error
Pull Request #2177: Handles access error gracefully

2 of 2 new or added lines in 1 file covered. (100.0%)

394 existing lines in 25 files now uncovered.

2855 of 3129 relevant lines covered (91.24%)

554.96 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
UNCOV
2
class WelcomeController < ApplicationController
2✔
UNCOV
3
  skip_before_action :authenticate_user!
2✔
UNCOV
4
  skip_before_action :downtime_check
2✔
UNCOV
5
  skip_before_action :verify_authenticity_token
2✔
6

UNCOV
7
  def index
2✔
UNCOV
8
    if current_user.blank?
30✔
UNCOV
9
      render layout: "welcome"
12✔
UNCOV
10
    else
UNCOV
11
      redirect_to dashboard_path
18✔
UNCOV
12
    end
UNCOV
13
  end
14

UNCOV
15
  def help; end
2✔
UNCOV
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