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

benwbrum / fromthepage / 17387282326

01 Sep 2025 09:13PM UTC coverage: 64.405%. Remained the same
17387282326

push

github

web-flow
4857 - Require rubocop step in CI (#4858)

* 4857 - Require rubocop step in CI

* 4865 - Organize gemfiles

1790 of 3303 branches covered (54.19%)

Branch coverage included in aggregate %.

839 of 1497 new or added lines in 133 files covered. (56.05%)

43 existing lines in 29 files now uncovered.

7928 of 11786 relevant lines covered (67.27%)

103.82 hits per line

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

66.67
/app/controllers/static_controller.rb
1
class StaticController < ApplicationController
1✔
2
  def splash
1✔
UNCOV
3
    if !session[:welcome_lightbox]
×
4
      @show_welcome_lightbox = false
×
5
      session[:welcome_lightbox] = true
×
6
    end
7
  end
8

9
  def metadata
1✔
NEW
10
    render file: Rails.root.join('app/views/static', 'metadata.yml'), layout: false, content_type: 'text/plain'
×
11
  end
12

13
  def landing_page
1✔
14
    if user_signed_in? && params[:logo] != 'true'
8✔
15
      if current_user.admin
3✔
16
        return redirect_to admin_path
1✔
17
      elsif current_user.owner
2✔
18
        return redirect_to dashboard_owner_path
1✔
19
      else
1✔
20
        return redirect_to dashboard_watchlist_path
1✔
21
      end
22
    end
23
    render layout: false
5✔
24
  end
25

26
  def signup
1✔
27
    render layout: false
×
28
  end
29

30
  def transcription_archives
1✔
31
    render layout: false
×
32
  end
33

34
  def public_libraries
1✔
35
    render layout: false
×
36
  end
37

38
  def state_archives
1✔
39
    render layout: false
×
40
  end
41

42
  def digital_scholarship
1✔
43
    render layout: false
×
44
  end
45
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

© 2026 Coveralls, Inc