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

curationexperts / laevigata / fb4185f1-7c68-40ad-91ce-edd7606f0051

21 Aug 2025 03:50PM UTC coverage: 97.424%. Remained the same
fb4185f1-7c68-40ad-91ce-edd7606f0051

Pull #2472

circleci

web-flow
Bump cipher-base from 1.0.4 to 1.0.6

Bumps [cipher-base](https://github.com/crypto-browserify/cipher-base) from 1.0.4 to 1.0.6.
- [Changelog](https://github.com/browserify/cipher-base/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/cipher-base/compare/v1.0.4...v1.0.6)

---
updated-dependencies:
- dependency-name: cipher-base
  dependency-version: 1.0.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #2472: Bump cipher-base from 1.0.4 to 1.0.6

2837 of 2912 relevant lines covered (97.42%)

51.03 hits per line

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

100.0
/app/controllers/omniauth_controller.rb
1
class OmniauthController < Devise::SessionsController
2✔
2
  def new
2✔
3
    # Rails.logger.debug "SessionsController#new: request.referer = #{request.referer}"
4
    if Rails.env.production?
3✔
5
      redirect_to user_shibboleth_omniauth_authorize_path
1✔
6
    else
7
      super
2✔
8
    end
9
  end
10
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