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

pulibrary / tigerdata-app / eb85727f-303a-4feb-8ef4-d8f207656cf1

15 Dec 2025 06:26PM UTC coverage: 91.149%. Remained the same
eb85727f-303a-4feb-8ef4-d8f207656cf1

push

circleci

web-flow
Making the spacing on the project show header match figma  (#2308)

fixes https://github.com/pulibrary/tigerdata-app/issues/2264
<img width="1313" height="461" alt="Screenshot 2025-12-15 at 9 59 47 AM"
src="https://github.com/user-attachments/assets/9567b215-47f2-49b4-86ff-ff8a9bbe04ea"
/>

2976 of 3265 relevant lines covered (91.15%)

604.86 hits per line

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

100.0
/app/controllers/request_submit_controller.rb
1
# frozen_string_literal: true
2
class RequestSubmitController < ApplicationController
2✔
3
  before_action :set_breadcrumbs
2✔
4

5
  # GET /request_submit
6
  def index; end
2✔
7

8
  private
2✔
9

10
    def set_breadcrumbs
2✔
11
      add_breadcrumb("Dashboard", dashboard_path)
6✔
12
      add_breadcrumb("New Project Request")
6✔
13
    end
14
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