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

benwbrum / fromthepage / 17387282326

01 Sep 2025 09:13PM UTC coverage: 64.405%. Remained the same
17387282326

push

github

web-flow
4857 - Require rubocop step in CI (#4858)

* 4857 - Require rubocop step in CI

* 4865 - Organize gemfiles

1790 of 3303 branches covered (54.19%)

Branch coverage included in aggregate %.

839 of 1497 new or added lines in 133 files covered. (56.05%)

43 existing lines in 29 files now uncovered.

7928 of 11786 relevant lines covered (67.27%)

103.82 hits per line

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

0.0
/app/controllers/log_controller.rb
1
# handles logging for client-side errors
2
class LogController < ApplicationController
×
3
  def log
×
4
    debug(session.session_id)
×
5
    debug(request.env['HTTP_USER_AGENT'])
×
6
    debug(request.env['REMOTE_ADDR'])
×
7
    # debug(params[:message])
8
    params[:message].split('_').each { |message| debug(message) }
×
NEW
9
    render plain: ''
×
10
  end
×
11

12
  def debug(message)
×
13
    logger.debug("CLIENT DEBUG: #{message}")
×
14
  end
×
15
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