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

pulibrary / allsearch_api / 0cea4d0c-dce4-4961-accc-9ec1356e8242

01 Dec 2025 06:15PM UTC coverage: 99.903%. Remained the same
0cea4d0c-dce4-4961-accc-9ec1356e8242

push

circleci

web-flow
Merge pull request #410 from pulibrary/rubocop

Update rubocop, run automated fixes

1031 of 1032 relevant lines covered (99.9%)

112.35 hits per line

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

100.0
/app/controllers/banner_controller.rb
1
# frozen_string_literal: true
2

3
class BannerController
3✔
4
  def self.call(env)
3✔
5
    banner_repo = BannerRepository.new env['rom']
7✔
6
    banner_json = banner_repo.banners.first.as_json
7✔
7
    [200, { 'Content-Type' => 'application/json; charset=utf-8' }, [banner_json]]
7✔
8
  end
9
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