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

curationexperts / laevigata / ed53fbf6-9d1e-4fac-ba0f-46d087fae0ad

21 Aug 2025 03:49PM UTC coverage: 96.311% (-1.1%) from 97.424%
ed53fbf6-9d1e-4fac-ba0f-46d087fae0ad

Pull #2471

circleci

web-flow
Bump sha.js from 2.4.11 to 2.4.12

Bumps [sha.js](https://github.com/crypto-browserify/sha.js) from 2.4.11 to 2.4.12.
- [Changelog](https://github.com/browserify/sha.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/sha.js/compare/v2.4.11...v2.4.12)

---
updated-dependencies:
- dependency-name: sha.js
  dependency-version: 2.4.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #2471: Bump sha.js from 2.4.11 to 2.4.12

2741 of 2846 relevant lines covered (96.31%)

52.22 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