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

foodcoops / foodsoft / 22220636233

20 Feb 2026 10:32AM UTC coverage: 42.773% (-24.1%) from 66.898%
22220636233

push

github

web-flow
chore(deps): bump rack from 2.2.20 to 2.2.22 (#1279)

Bumps [rack](https://github.com/rack/rack) from 2.2.20 to 2.2.22.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/v2.2.20...v2.2.22)

---
updated-dependencies:
- dependency-name: rack
  dependency-version: 2.2.22
  dependency-type: indirect
...

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

3063 of 7161 relevant lines covered (42.77%)

11.94 hits per line

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

75.0
/app/controllers/api/v1/user/users_controller.rb
1
class Api::V1::User::UsersController < Api::V1::BaseController
1✔
2
  before_action -> { doorkeeper_authorize! 'user:read', 'user:write' }
1✔
3

4
  def show
1✔
5
    render json: current_user
×
6
  end
7
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