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

pulibrary / orcid_princeton / d716a927-2a7d-4a53-9903-a286f7858ea4

11 Jul 2024 05:38PM UTC coverage: 90.23% (-4.5%) from 94.706%
d716a927-2a7d-4a53-9903-a286f7858ea4

push

circleci

carolyncole
Adding in lux and vue and the library footer
refs #172

157 of 174 relevant lines covered (90.23%)

5.89 hits per line

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

0.0
/app/controllers/errors_controller.rb
1
# frozen_string_literal: true
2
class ErrorsController < ApplicationController
×
3
  def forbidden
×
4
    render status: :forbidden
×
5
  end
×
6

7
  def not_found
×
8
    render status: :not_found
×
9
  end
×
10

11
  def internal_server_error
×
12
    render status: :internal_server_error
×
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

© 2025 Coveralls, Inc