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

pulibrary / pdc_describe / 200bc3d8-b996-4a4b-a553-a74d50a8d448

04 Feb 2025 07:36PM UTC coverage: 95.686% (-0.4%) from 96.116%
200bc3d8-b996-4a4b-a553-a74d50a8d448

Pull #1994

circleci

web-flow
Merge branch 'main' into contributor-autocomplete
Pull Request #1994: Started adding auto complete to contributors

8 of 24 new or added lines in 2 files covered. (33.33%)

3349 of 3500 relevant lines covered (95.69%)

404.78 hits per line

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

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

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