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

pulibrary / tigerdata-app / 2e85105d-f9c8-41e9-8b05-fe438b698516

26 Nov 2025 12:16PM UTC coverage: 71.597% (-8.0%) from 79.623%
2e85105d-f9c8-41e9-8b05-fe438b698516

push

circleci

web-flow
Display the data sponsor and data manager in the dashboard listing (#2247)

Closes #2236 

<img width="1036" height="675" alt="Screenshot 2025-11-25 at 3 07 41 PM"
src="https://github.com/user-attachments/assets/3b6a2189-7f71-4b17-97e5-e66c8fed3cb3"
/>

1 of 3 new or added lines in 1 file covered. (33.33%)

346 existing lines in 26 files now uncovered.

2367 of 3306 relevant lines covered (71.6%)

147.24 hits per line

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

45.45
/app/controllers/new_project_wizard/roles_and_people_controller.rb
1
# frozen_string_literal: true
UNCOV
2
class NewProjectWizard::RolesAndPeopleController < RequestWizardsController
1✔
UNCOV
3
  protected
1✔
4

UNCOV
5
    def render_current
1✔
UNCOV
6
      add_breadcrumb("New Project Request")
×
UNCOV
7
      @request_presenter = RequestPresenter.new(@request_model)
×
UNCOV
8
      @form_url = new_project_roles_and_people_save_path(@request_model)
×
UNCOV
9
      render "/new_project_wizard/roles_and_people"
×
UNCOV
10
    end
11

UNCOV
12
    def render_next
1✔
13
      # TODO: forward to project type once that screen is implemented
14
      # redirect_to new_project_project_type_path(request_model)
UNCOV
15
      redirect_to new_project_storage_and_access_path(request_model)
×
UNCOV
16
    end
17

UNCOV
18
    def render_back
1✔
19
      # TODO: Redirect to dates once that screen is implemented
20
      # redirect_to new_project_project_info_dates_path(request_model)
UNCOV
21
      redirect_to new_project_project_info_path(request_model)
×
UNCOV
22
    end
UNCOV
23
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