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

pulibrary / tigerdata-app / 8d70f2ab-acc5-4aab-b64b-743d66ddd2eb

29 Aug 2025 06:22PM UTC coverage: 87.983% (-0.1%) from 88.118%
8d70f2ab-acc5-4aab-b64b-743d66ddd2eb

Pull #1801

circleci

JaymeeH
Merge branch '1586-request-mailer' of https://github.com/pulibrary/tiger-data-app into 1586-request-mailer
Pull Request #1801: 1586 request mailer

10 of 10 new or added lines in 2 files covered. (100.0%)

1173 existing lines in 56 files now uncovered.

2482 of 2821 relevant lines covered (87.98%)

317.98 hits per line

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

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

UNCOV
5
    def render_current
1✔
UNCOV
6
      @form_url = new_project_storage_and_access_save_path(@request_model)
3✔
UNCOV
7
      render "/new_project_wizard/storage_and_access"
3✔
UNCOV
8
    end
9

UNCOV
10
    def render_next
1✔
11
      # TODO: redirect to additional information when that screen is implemented
12
      # redirect_to new_project_additional_information_grants_and_funding_path(request_model)
UNCOV
13
      redirect_to new_project_review_and_submit_path(request_model)
2✔
UNCOV
14
    end
15

UNCOV
16
    def render_back
1✔
17
      # TODO: redirect back to project type when that screen is implemented
18
      # redirect_to new_project_project_type_path(request_model)
UNCOV
19
      redirect_to new_project_roles_and_people_path(request_model)
2✔
UNCOV
20
    end
UNCOV
21
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