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

pulibrary / tigerdata-app / f73d7130-4854-4992-9bbd-5970a8c00f11

04 Nov 2025 02:37PM UTC coverage: 91.403%. Remained the same
f73d7130-4854-4992-9bbd-5970a8c00f11

Pull #2137

circleci

JaymeeH
typo
Pull Request #2137: I2105 request header

2828 of 3094 relevant lines covered (91.4%)

487.76 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?
29✔
9
      render layout: "welcome"
12✔
10
    else
11
      redirect_to dashboard_path
17✔
12
    end
13
  end
14

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