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

pulibrary / pdc_describe / cfda0080-224a-41de-9bd8-7e9b77e088f7

03 Oct 2024 01:27PM UTC coverage: 95.901%. Remained the same
cfda0080-224a-41de-9bd8-7e9b77e088f7

push

circleci

jrgriffiniii
wip

0 of 1 new or added line in 1 file covered. (0.0%)

3322 of 3464 relevant lines covered (95.9%)

202.61 hits per line

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

0.0
/app/controllers/errors_controller.rb
1
class ErrorsController < ApplicationController
×
2
  include ERB::Util
×
3

4
  skip_before_action :authenticate_user!
×
5
  # before_action :authenticate_user!, unless: :public_request?
6

7
  def not_found
×
8
    render(status: 404)
×
9
  end
×
10

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