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

pulibrary / tigerdata-app / 699c2139-839b-4593-bb89-b830acc958af

24 Nov 2025 05:25PM UTC coverage: 91.333% (+20.9%) from 70.412%
699c2139-839b-4593-bb89-b830acc958af

Pull #2235

circleci

carolyncole
Do not redirect from home page when login is disabled

fixes #2188
Pull Request #2235: Do not redirect from home page when login is disabled

1 of 5 new or added lines in 2 files covered. (20.0%)

580 existing lines in 35 files now uncovered.

2898 of 3173 relevant lines covered (91.33%)

570.28 hits per line

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

100.0
/app/controllers/new_project_wizard/additional_information_related_resources_controller.rb
1
# frozen_string_literal: true
UNCOV
2
class NewProjectWizard::AdditionalInformationRelatedResourcesController < RequestWizardsController
3✔
UNCOV
3
  protected
3✔
4

UNCOV
5
    def render_current
3✔
6
      @request_presenter = RequestPresenter.new(@request_model)
1✔
7
      @form_url = new_project_additional_information_related_resources_save_path(@request_model)
1✔
8
      render "/new_project_wizard/additional_information_related_resources"
1✔
UNCOV
9
    end
10

UNCOV
11
    def render_next
3✔
12
      redirect_to new_project_review_and_submit_path(request_model)
1✔
UNCOV
13
    end
14

UNCOV
15
    def render_back
3✔
16
      redirect_to new_project_additional_information_project_permissions_path(request_model)
1✔
UNCOV
17
    end
UNCOV
18
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