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

uclibs / treatment_database / 2d3728ec-a295-422c-bcec-9eb155075ef3

18 Apr 2025 07:16PM UTC coverage: 99.536%. Remained the same
2d3728ec-a295-422c-bcec-9eb155075ef3

push

circleci

web-flow
Bump byebug from 11.1.3 to 12.0.0 (#582)

Bumps [byebug](https://github.com/deivid-rodriguez/byebug) from 11.1.3 to 12.0.0.
- [Release notes](https://github.com/deivid-rodriguez/byebug/releases)
- [Changelog](https://github.com/deivid-rodriguez/byebug/blob/master/CHANGELOG.md)
- [Commits](https://github.com/deivid-rodriguez/byebug/compare/v11.1.3...v12.0.0)

---
updated-dependencies:
- dependency-name: byebug
  dependency-version: 12.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Janell Huyck <janell.huyck@outlook.com>

644 of 647 relevant lines covered (99.54%)

51.99 hits per line

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

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

3
class FrontController < ApplicationController
3✔
4
  skip_before_action :authenticate_user!, only: [:index]
3✔
5
  skip_before_action :check_user_active, only: [:index]
3✔
6
  def index
3✔
7
    return unless params[:logged_out] == 'true' # Only show the signed out flash message if we just logged out.
33✔
8

9
    flash.now[:notice] = 'You have successfully signed out.'
1✔
10
  end
11
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