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

NYULibraries / salon / #219

01 Nov 2024 05:48PM UTC coverage: 67.887% (-29.6%) from 97.504%
#219

push

408 of 601 relevant lines covered (67.89%)

0.68 hits per line

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

71.43
/app/controllers/docs_controller.rb
1
require_relative 'application_controller'
1✔
2
require 'yaml'
1✔
3

4
# Only for dev use, in production this should be handled by ghpages
5
# nyulibraries.github.io/salon
6
class DocsController < ApplicationController
1✔
7

8
  get '/' do
1✔
9
    erb :swagger_redoc
×
10
  end
11

12
  get '/swagger.json' do
1✔
13
    send_file(File.join(File.expand_path('../../../docs', __FILE__), 'swagger.json'))
×
14
  end
15

16
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

© 2026 Coveralls, Inc