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

pulibrary / pdc_describe / 6cdfa4c0-936a-4eda-967f-698c2648589a

19 Dec 2024 06:26PM UTC coverage: 95.796% (-0.3%) from 96.113%
6cdfa4c0-936a-4eda-967f-698c2648589a

Pull #1994

circleci

claudiawulee
added researchers view
Pull Request #1994: Started adding auto complete to contributors

12 of 24 new or added lines in 2 files covered. (50.0%)

3350 of 3497 relevant lines covered (95.8%)

408.62 hits per line

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

85.71
/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
    researchers = { suggestions: Researcher.autocomplete_list}
38✔
7
    render json: researchers.to_json
38✔
8
  end
9

10
  def index
2✔
NEW
11
    @researchers = Researcher.all
×
12
  end
13

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