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

pulibrary / pdc_describe / e085f44a-fd08-402f-8d31-c1a7c73f2375

21 Jul 2025 12:48PM UTC coverage: 95.512% (-0.2%) from 95.702%
e085f44a-fd08-402f-8d31-c1a7c73f2375

Pull #2138

circleci

kelynch
Updated ROR API URL for staging and development environments
Pull Request #2138: Updated ROR API URL for staging and development environments

3533 of 3699 relevant lines covered (95.51%)

392.56 hits per line

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

62.5
/app/controllers/researchers_controller.rb
1
# frozen_string_literal: true
2
class ResearchersController < ApplicationController
2✔
3
  before_action :authenticate_user!
2✔
4

5
  def ajax_list
2✔
6
    search_term = params["query"] || ""
×
7
    researchers = { suggestions: Researcher.autocomplete_list(search_term) }
×
8
    render json: researchers.to_json
×
9
  end
10

11
  def index
2✔
12
    @researchers = Researcher.all
2✔
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