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

foodcoops / foodsoft / 14589513631

22 Apr 2025 07:46AM UTC coverage: 43.228% (-24.9%) from 68.13%
14589513631

push

github

robwa
fix: error in case of empty samples

In some cases there might be no `samples`. We don't want an error to be raised then.

0 of 1 new or added line in 1 file covered. (0.0%)

1719 existing lines in 103 files now uncovered.

2984 of 6903 relevant lines covered (43.23%)

13.79 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✔
UNCOV
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